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 8, 2025
1 parent 4ec24df commit 063689d
Showing 1 changed file with 85 additions and 40 deletions.
125 changes: 85 additions & 40 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,45 +1,90 @@
{
"name": "corona_app",
"version": "0.1.0",
"private": true,
"workspaces": [
"packages/*"
],
"dependencies": {
"safer-eval": "1.2.3",
"cached-path-relative": "1.0.1",
"merge-deep": "3.0.2",
"object-path": "0.11.4",
"scss-tokenizer": "0.2.3",
"xmldom": "0.1.27",
"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",
"gitpython": "3.1.13",
"is-svg": "2.1.0",
"kind-of": "6.0.2",
"simple-get": "3.1.0",
"browserify-sign": "4.2.1",
"loader-utils": "2.0.2",
"serialize-javascript": "1.9.1"
},
"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"
]
},
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/code-frame": "^7.10.4",
"@babel/core": "^7.11.1",
"@babel/helper-module-imports": "^7.10.4",
"@babel/parser": "^7.11.3",
"@babel/plugin-external-helpers": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-proposal-object-rest-spread": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.14.5",
"@babel/plugin-transform-arrow-functions": "^7.10.4",
"@babel/plugin-transform-block-scoped-functions": "^7.10.4",
"@babel/plugin-transform-block-scoping": "^7.11.1",
"@babel/plugin-transform-classes": "^7.10.4",
"@babel/plugin-transform-computed-properties": "^7.10.4",
"@babel/plugin-transform-destructuring": "^7.10.4",
"@babel/plugin-transform-for-of": "^7.10.4",
"@babel/plugin-transform-literals": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
"@babel/plugin-transform-object-super": "^7.10.4",
"@babel/plugin-transform-parameters": "^7.10.5",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/plugin-transform-react-jsx-development": "^7.22.5",
"@babel/plugin-transform-react-jsx-source": "^7.10.5",
"@babel/plugin-transform-shorthand-properties": "^7.10.4",
"@babel/plugin-transform-spread": "^7.11.0",
"@babel/plugin-transform-template-literals": "^7.10.5",
"@babel/preset-flow": "^7.10.4",
"@babel/preset-react": "^7.23.3",
"@babel/traverse": "^7.11.0",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@teambit/dependency-resolver": "1.0.505"
"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"
}
}

0 comments on commit 063689d

Please sign in to comment.