Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Pranesh-Shrestha authored Jan 9, 2025
1 parent 1d6fee3 commit fda8ace
Showing 1 changed file with 15 additions and 64 deletions.
79 changes: 15 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"name": "corona_app",
"version": "0.1.0",
"private": true,
"name": "your-project-name",
"version": "1.0.0",
"description": "A project using the specified dependencies",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"safer-eval": "1.2.3",
"cached-path-relative": "1.0.1",
Expand All @@ -12,71 +16,18 @@
"fstream": "1.0.10",
"jsonpointer": "4.1.0",
"mixin-deep": "1.3.1",
"dpkg": "1.17.27",
"ecstatic": "2.2.2",
"set-value": "0.4.3",
"sensible-utils": "0.0.9",
"mout": "1.1.0",
"socket.io-parser": "3.4.1",
"ip": "2.0.0",
"url-parse": "1.4.7",
"y18n": "4.0.0",
"chrome-launcher": "0.10.5",
"hoek": "2.16.3",
"shell-quote": "1.6.1",
"json-schema": "0.2.3",
"merge": "1.2.0",
"immer": "8.0.1",
"faye-websocket": "0.7.3",
"ansi-html": "0.0.7",
"elliptic": "6.5.2",
"jpeg-js": "0.1.2",
"websocket-extensions": "0.1.1",
"sshpk": "1.13.1",
"serialize-to-js": "1.2.1",
"lock": "1.1.0",
"useragent": "2.3.0",
"semver-regex": "2.0.0",
"decode-uri-component": "0.2.0",
"jszip": "3.2.2",
"virtualenv": "1.1",
"growl": "1.8.1",
"extend": "3.0.1",
"tmpl": "1.0.4",
"json5": "2.2.0",
"forwarded": "0.1.0",
"word-wrap": "1.2.3",
"http-cache-semantics": "4.0.3",
"no-case": "2.3.1",
"path-parse": "1.0.5",
"handlebars": "4.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
"socket.io-parser": "3.4.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1"
}
"xmldom": "0.1.19",
"set-value": "2.0.0",
"socket.io-parser": "3.2.0"
},
"author": "",
"license": "ISC"
}

0 comments on commit fda8ace

Please sign in to comment.