-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 975 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
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "ss",
"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",
"dev": "nodemon --watch src --ext js,html,css --exec \"npm start\" & browser-sync start --proxy 'localhost:3000' --files 'src/**/*.*'"
},
"type": "module",
"workspaces": [
"src/ss_frontend"
],
"devDependencies": {
"@rollup/plugin-alias": "^5.1.0",
"daisyui": "^4.12.10"
},
"dependencies": {
"@cloudinary/url-gen": "^1.20.0",
"@dfinity/auth-client": "^2.0.0",
"@tanstack/react-query": "^5.52.1",
"cloudinary": "^2.4.0",
"react-icons": "^5.3.0",
"react-query": "^3.39.3",
"react-router-dom": "^6.26.1"
}
}