-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 814 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 814 Bytes
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
{
"name": "smartallo",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html && npm run copy-csv",
"copy-csv": "cpx \"src/**/*.csv\" dist"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"apexcharts": "^4.5.0",
"autoprefixer": "^10.4.14",
"bootstrap": "^5.3.5",
"papaparse": "^5.5.2",
"react": "^18.2.0",
"react-apexcharts": "^1.7.0",
"react-bootstrap": "^2.10.9",
"react-dom": "^18.2.0",
"react-router-dom": "6.23.0"
},
"devDependencies": {
"@parcel/transformer-sass": "2.8.3",
"cpx": "^1.5.0",
"parcel": "^2.8.3",
"process": "^0.11.10"
}
}