forked from OpenCan-io/BuildMe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 938 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 938 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
31
32
33
34
{
"name": "buildme",
"version": "0.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"watch": "ic-dfx-watch"
},
"dependencies": {
"@dfinity/agent": "0.8.8",
"@dfinity/auth-client": "^0.8.8",
"@dfinity/authentication": "0.8.8",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"bootstrap": "^5.0.2",
"css-loader": "^5.2.6",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-transition-group": "^4.4.1",
"style-loader": "^2.0.0",
"typescript": "^4.3.4"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.2",
"ic-dfx-utils": "^0.0.14",
"react-scripts": "^1.1.5",
"vite": "^2.3.2"
}
}