forked from yummyweb/icpbuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.78 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.78 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "icpbuilder",
"version": "1.0.0",
"description": "## Components of ICPB App",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development --env development",
"build": "webpack",
"prestart": "npm run copy:types",
"copy:types": "rsync -avr .dfx/$(echo ${DFX_NETWORK:-'**'})/canisters/icpbuilder/** --exclude='assets/' --exclude='idl/' --exclude='*.wasm' --delete src/declarations/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@dfinity/agent": "^0.15.1",
"@dfinity/auth-client": "^0.15.6",
"@dfinity/candid": "^0.15.1",
"@dfinity/identity": "^0.15.6",
"@dfinity/principal": "^0.15.1",
"assert": "2.0.0",
"buffer": "6.0.3",
"css-loader": "^6.0.0",
"events": "3.3.0",
"html-webpack-plugin": "5.3.1",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"style-loader": "^3.1.0",
"terser-webpack-plugin": "5.1.1",
"ts-loader": "^9.4.3",
"typescript": "^5.1.3",
"util": "0.12.3",
"webpack": "5.76.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.6.0"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.19",
"@chakra-ui/react": "^2.7.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@uploadthing/react": "^4.1.3",
"axios": "^1.4.0",
"chakra-ui-contextmenu": "^1.0.5",
"cors": "^2.8.5",
"express": "^4.18.2",
"framer-motion": "^10.12.16",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-router-dom": "^6.12.1",
"sort-by": "^1.2.0",
"uploadthing": "^4.1.3"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
]
}