-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.29 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.29 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
{
"name": "eos-toolbox",
"version": "1.0.0",
"description": "Manage your EOS!",
"repository": {
"type": "git",
"url": "git://github.com/genereos/eostoolkit.git"
},
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.js --mode development",
"test": "echo \"No test specified\" && exit 0",
"compile": "webpack --config ./webpack.config.js --progress"
},
"keywords": [
"react",
"eos",
"eos.js"
],
"author": "Nathan Rempel",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-2": "^6.22.0",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"html-webpack-plugin": "^3.2.0",
"react-hot-loader": "^3.1.3",
"react-router-dom": "^4.3.1",
"react-table": "^6.8.6",
"style-loader": "^0.21.0",
"webpack": "^4.12.0",
"webpack-cli": "^2.1.5",
"webpack-dev-server": "^3.1.4"
},
"dependencies": {
"babel-preset-env": "^1.7.0",
"eosjs": "^14.1.1",
"immutability-helper": "^2.7.0",
"npm": "^6.1.0",
"react": "^16.4.0",
"react-addons-update": "^15.6.2",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.0",
"react-router-bootstrap": "^0.24.4"
}
}