-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.28 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
{
"name": "scala-tron-frontend",
"version": "0.1",
"description": "Frontend for Tron Network",
"repository": "git@github.com:Rovak/scala-tron-frontend.git",
"author": "Roy van Kaathoven <ik@royvankaathoven.nl>",
"license": "MIT",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-async-import": "^1.0.0-alpha.1",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-vue-jsx": "^3.5.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^4.0.0",
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"gulp": "^3.9.1",
"gulp-util": "^3.0.8",
"jquery": "^3.3.1",
"less-loader": "^4.0.5",
"node-sass": "^4.7.2",
"popper.js": "^1.12.9",
"sass-loader": "^6.0.6",
"socket.io-client": "^2.0.4",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"vue": "^2.5.13",
"vue-loader": "^13.7.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-bundle-analyzer": "^2.9.2",
"webpack-dev-server": "^2.11.1"
},
"scripts": {
"start:dev": "webpack-dev-server --config webpack.config.js",
"build": "webpack --config webpack.config.js"
}
}