-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "0xbitcointokenweb",
"version": "0.0.1",
"description": "A website",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"start:dev": "webpack-dev-server "
},
"author": "",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"browserify": "^15.2.0",
"bulma": "^0.6.2",
"express": "^4.16.2",
"extract-text-webpack-plugin": "^3.0.2",
"html-loader": "^0.5.5",
"jquery": "^3.3.1",
"js-sha3": "^0.7.0",
"sha3": "^1.2.0",
"vue": "^2.5.13",
"web3": "^0.14.0",
"webpack": "^3.10.0",
"worker-loader": "^1.1.0"
},
"devDependencies": {
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"html-webpack-include-assets-plugin": "^1.0.2",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.7.2",
"sass-loader": "^6.0.6",
"static-site-generator-webpack-plugin": "^3.4.1",
"style-loader": "^0.20.1",
"webpack-dev-server": "^2.11.1"
}
}