-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 KB
/
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
34
35
36
37
38
39
40
41
{
"engines": {
"node": ">=16.0.0",
"npm": ">=7.0.0"
},
"name": "dcurve",
"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/dcurve_frontend"
],
"devDependencies": {
"@dfinity/agent": "^1.3.0",
"@dfinity/auth-client": "^1.3.0",
"@dfinity/candid": "^1.3.0",
"@dfinity/identity": "^1.3.0",
"@dfinity/principal": "0.15.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"assert": "2.0.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^9.0.1",
"events": "3.3.0",
"html-webpack-plugin": "5.5.0",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"terser-webpack-plugin": "5.2.5",
"util": "0.12.4",
"webpack": "^5.91.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^4.4.0"
}
}