-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 991 Bytes
/
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
{
"name": "el-casino",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.4",
"json-loader": "^0.5.7",
"material-ui": "^0.16.2",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-tap-event-plugin": "^2.0.1",
"style-loader": "^0.18.2",
"truffle": "^3.4.8",
"webpack": "^1.12.12",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"babel": "^6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"tar": "^4.4.1",
"web3": "^0.19.1"
}
}