forked from kmn/0xbitcoin-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
{
"name": "0xbitcointokenweb",
"version": "0.1.2",
"description": "Official website for 0xbitcoin",
"main": "index.js",
"scripts": {
"webpack": "webpack",
"dev": "webpack-dev-server ",
"express": "node express-dev.js"
},
"author": "admazzola",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-es3-member-expression-literals": "^6.22.0",
"babel-plugin-transform-es3-property-literals": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"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",
"owl.carousel": "^2.2.0",
"sha3": "^1.2.0",
"slick-carousel": "^1.8.1",
"typed.js": "^2.0.6",
"vue": "^2.5.13",
"web3": "^0.14.0",
"web3-utils": "^1.0.0-beta.36",
"webpack": "^3.10.0",
"worker-loader": "^1.1.0"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"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"
}
}