-
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) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 816 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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "p2pfarmers",
"scripts": {
"dev": "vite",
"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/p2pfarmers_frontend"
],
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.10.4",
"@dfinity/use-auth-client": "^2.0.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"framer-motion": "^11.11.17",
"react-icons": "^5.3.0",
"react-router-dom": "^6.28.0",
"react-scroll": "^1.9.0"
}
}