forked from ishubham21/SIH-parent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "sih-parent",
"version": "1.0.0",
"description": "",
"scripts": {
"start": "parcel src/index.html",
"build": "parcel build src/index.html",
"format": "prettier --write \"src/**/*.{js,jsx,css}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"lint:fix": "eslint \"src/**/*.{js,jsx}\" --fix"
},
"keywords": [],
"author": "ishubham21",
"license": "ISC",
"dependencies": {
"@parcel/service-worker": "^2.7.0",
"chart.js": "^3.9.1",
"chartjs": "^0.3.24",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-router-dom": "6",
"react-select": "^5.4.0",
"recharts": "^2.1.13"
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.18.10",
"@parcel/packager-raw-url": "2.7.0",
"@parcel/transformer-webmanifest": "2.7.0",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"parcel": "^2.6.2",
"prettier": "^2.7.1",
"process": "^0.11.10"
}
}