-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Committing bumped version № 0.1.5 for unstable assembly
- Loading branch information
Showing
1 changed file
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,45 @@ | ||
{"author": "PDS", "bugs": {"url": "https://github.com/nasa-pds-engineering-node/essence/issues"}, "dependencies": {"npm-cli-login": "^1.0.0", "react": "^18.2.0", "react-dom": "^18.2.0"}, "description": "A demonstration package using the PDS template for Node.js", "devDependencies": {"@types/react": "^18.2.43", "@types/react-dom": "^18.2.17", "@vitejs/plugin-react": "^4.2.1", "eslint": "^8.55.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "jest": "29.7", "jsdoc": "^4.0.2", "vite": "^5.0.8"}, "homepage": "https://github.com/nasa-pds-engineering-node/essence", "keywords": ["demo", "example"], "license": "Apache-2.0", "main": "index.js", "name": "@nasapds/essence", "repository": {"type": "git", "url": "git+https://github.com/nasa-pds-engineering-node/essence.git"}, "scripts": {"build": "vite build", "dev": "vite", "jsdoc": "jsdoc -c jsdoc.conf.json --recurse src -d out README.md", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "test": "jest --passWithNoTests"}, "version": "0.1.4-unstable"} | ||
{ | ||
"author": "PDS", | ||
"bugs": { | ||
"url": "https://github.com/nasa-pds-engineering-node/essence/issues" | ||
}, | ||
"dependencies": { | ||
"npm-cli-login": "^1.0.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"description": "A demonstration package using the PDS template for Node.js", | ||
"devDependencies": { | ||
"@types/react": "^18.2.43", | ||
"@types/react-dom": "^18.2.17", | ||
"@vitejs/plugin-react": "^4.2.1", | ||
"eslint": "^8.55.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"eslint-plugin-react-hooks": "^4.6.0", | ||
"eslint-plugin-react-refresh": "^0.4.5", | ||
"jest": "29.7", | ||
"jsdoc": "^4.0.2", | ||
"vite": "^5.0.8" | ||
}, | ||
"homepage": "https://github.com/nasa-pds-engineering-node/essence", | ||
"keywords": [ | ||
"demo", | ||
"example" | ||
], | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"name": "@nasapds/essence", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/nasa-pds-engineering-node/essence.git" | ||
}, | ||
"scripts": { | ||
"build": "vite build", | ||
"dev": "vite", | ||
"jsdoc": "jsdoc -c jsdoc.conf.json --recurse src -d out README.md", | ||
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", | ||
"preview": "vite preview", | ||
"test": "jest --passWithNoTests" | ||
}, | ||
"version": "0.1.5-unstable" | ||
} |