-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
{
"name": "@js-codebook/client",
"version": "1.0.5",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack-dev-server --open",
"prepublishOnly": "npm run build",
"migrate": "truffle migrate --reset",
"reward": "truffle exec scripts/issueTokens.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/plugin-proposal-class-properties": "^7.12.13",
"@babel/plugin-proposal-object-rest-spread": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"@babel/preset-react": "^7.12.13",
"assert": "^2.0.0",
"axios": "^0.21.1",
"babel-loader": "^8.2.2",
"buffer": "^6.0.3",
"constants-browserify": "^1.0.0",
"copy-webpack-plugin": "^7.0.0",
"crypto-browserify": "^3.12.0",
"css-loader": "^5.0.1",
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.0.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^2.2.1",
"process": "^0.11.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-resizable": "^1.11.0",
"react-router-dom": "^5.2.0",
"regenerator-runtime": "^0.13.7",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"webpack": "^5.21.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"bootstrap": "^5.1.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"json5-loader": "^4.0.1",
"node-polyfill-webpack-plugin": "^1.1.4",
"react-bootstrap": "^1.6.1",
"react-tsparticles": "^1.34.0"
}
}