-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.2 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.2 KB
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
44
45
46
47
48
49
{
"name": "crypta",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@heroicons/react": "^2.1.5",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"chart.js": "^3.9.1",
"file-saver": "^2.0.5",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.23",
"lucide-react": "^0.436.0",
"postcss": "^8.4.45",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-modal": "^3.14.3",
"react-router-dom": "^6.26.2",
"react-scripts": "^5.0.1",
"tailwindcss": "^3.4.11",
"xlsx": "^0.18.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}