forked from jesssekeogh/bonsai_dapp
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "jasmine_dapp_assets",
"version": "0.1.0",
"description": "Internet Computer starter application",
"keywords": [
"Internet Computer",
"Motoko",
"JavaScript",
"Canister"
],
"scripts": {
"build": "webpack",
"prebuild": "npm run copy:types",
"start": "webpack serve --mode development --env development",
"prestart": "npm run copy:types",
"postinstall": "npx patch-package",
"copy:types": "rsync -avr .dfx/$(echo ${DFX_NETWORK:-'**'})/canisters/** --exclude='assets/' --exclude='idl/' --exclude='*.wasm' --delete src/declarations"
},
"devDependencies": {
"@dfinity/agent": "^0.13.2",
"@dfinity/candid": "0.13.2",
"@dfinity/principal": "0.13.2",
"assert": "2.0.0",
"buffer": "6.0.3",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.1",
"events": "3.3.0",
"html-webpack-plugin": "5.5.0",
"process": "0.11.10",
"stream-browserify": "3.0.0",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "5.2.5",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"util": "0.12.4",
"webpack": "5.63.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "^4.4.0"
},
"browserslist": [
"last 2 chrome version",
"last 2 firefox version",
"last 2 safari version",
"last 2 edge version"
],
"dependencies": {
"@chakra-ui/icons": "^1.1.1",
"@chakra-ui/react": "^2.3.2",
"@dfinity/auth-client": "^0.13.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@reduxjs/toolkit": "^1.8.5",
"@vvv-interactive/nftanvil-canisters": "^0.41.0",
"@vvv-interactive/nftanvil-react": "^0.41.0",
"@vvv-interactive/nftanvil-tools": "^0.41.0",
"candb-client-typescript": "^0.0.0-alpha.1",
"dompurify": "^2.4.1",
"dotenv": "^16.0.1",
"file-loader": "^6.2.0",
"framer-motion": "^7.3.2",
"moment": "^2.29.3",
"react": "^18.2.0",
"react-awesome-reveal": "^3.8.1",
"react-canvas-confetti": "^1.3.0",
"react-confetti": "^6.0.1",
"react-dom": "^18.2.0",
"react-icons": "^4.3.1",
"react-quill": "^2.0.0",
"react-redux": "^8.0.2",
"react-router-dom": "^6.2.1",
"react-use": "^17.3.2",
"request": "^2.79.0",
"url-loader": "^4.1.1",
"usergeek-ic-js": "github:usergeek/usergeek-ic-js"
}
}