-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 870 Bytes
/
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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "police_fir",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run prebuild --workspaces --if-present",
"pretest": "npm run prebuild --workspaces --if-present",
"start": "npm start --workspaces --if-present",
"test": "npm test --workspaces --if-present"
},
"type": "module",
"workspaces": [
"src/police_fir_frontend"
],
"dependencies": {
"@dfinity/agent": "^1.0.1",
"@dfinity/auth-client": "^1.0.0",
"@dfinity/authentication": "^0.14.2",
"@dfinity/identity": "^1.0.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"axios": "^1.6.7",
"bootstrap": "^5.3.3",
"mops": "^3.0.2",
"react-icons": "^5.0.1",
"react-router-dom": "^6.22.3"
},
"devDependencies": {
"vitest": "^1.3.1"
}
}