-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.1 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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "ICP-Ambassador-Program",
"scripts": {
"build": "npm run build --workspaces --if-present",
"prebuild": "npm run prebuild --workspaces --if-present",
"pretest": "npm run prebuild --workspaces --if-present",
"start:frontend": "PORT=3000 npm run start --workspace=src/ICP-Ambassador-Program-frontend",
"start:builder": "PORT=3001 npm run start --workspace=src/ICP-Ambassador-Program-builder",
"test": "npm test --workspaces --if-present"
},
"type": "module",
"workspaces": [
"src/ICP-Ambassador-Program-frontend",
"src/ICP-Ambassador-Program-builder"
],
"dependencies": {
"@dfinity/agent": "^0.19.3",
"@dfinity/auth-client": "^0.19.3",
"@dfinity/candid": "^0.19.3",
"@dfinity/identity": "^0.19.3",
"@dfinity/principal": "^0.19.3",
"@reduxjs/toolkit": "^2.3.0",
"axios": "^1.7.7",
"framer-motion": "^12.4.7",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-loader-spinner": "^6.1.6",
"react-modal": "^3.16.1",
"react-redux": "^9.1.2"
}
}