-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 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
43
44
45
{
"name": "smoservice.ru",
"version": "1.3.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.3.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-runtime": "^6.23.0",
"bootstrap": "^3.3.7",
"bower": "^1.8.0",
"css-loader": "^0.26.1",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"file-loader": "^0.10.0",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"optimist": "^0.6.1",
"style-loader": "^0.13.1",
"uglify-js": "github:mishoo/UglifyJS2#harmony",
"url-loader": "^0.5.7",
"vue": "^2.1.10",
"vue-hot-reload-api": "^2.0.8",
"vue-html-loader": "^1.2.3",
"vue-loader": "^11.0.0",
"vue-template-compiler": "^2.1.10",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"go": "npm run build && npm run dev",
"dev": "webpack --watch --config=webpack.dev.config.js",
"build": "webpack --config=webpack.build.config.js"
},
"author": "",
"license": "ISC"
}