-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.58 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
{
"name": "streamtvarray",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"clean-webpack-plugin": "0.1.17",
"copy-webpack-plugin": "4.2.3",
"css-loader": "0.28.7",
"eslint": "4.13.0",
"eslint-plugin-html": "4.0.1",
"eslint-plugin-vue": "3.14.0",
"expose-loader": "0.7.4",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"gulp": "3.9.1",
"html-webpack-harddisk-plugin": "0.1.0",
"html-webpack-plugin": "2.30.1",
"jquery": "3.2.1",
"json-loader": "0.5.7",
"lodash": "4.17.4",
"optimize-css-assets-webpack-plugin": "3.2.0",
"semantic-ui": "2.2.13",
"style-loader": "0.19.0",
"uglifyjs-webpack-plugin": "1.1.2",
"url-loader": "0.6.2",
"vue": "2.5.9",
"vue-loader": "13.5.0",
"vue-style-loader": "3.0.3",
"vue-template-compiler": "2.5.9",
"vuex": "3.0.1",
"webpack": "3.10.0",
"webpack-dev-server": "2.9.7",
"webpack-hot-middleware": "2.21.0",
"webpack-module-hot-accept": "1.0.5"
},
"devDependencies": {},
"scripts": {
"dev-server": "webpack-dev-server --config webpack.dev-server.config.js --inline --progress --colors --hot",
"build": "webpack --config webpack.prod.config.js ; node ./utils/build-json.js",
"deploy": "./utils/deploy.sh -c ./utils/deploy.env",
"build-semantic": "cd ./semantic; gulp build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "WorldFS ([email protected])",
"license": "MIT"
}