-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
{
"name": "streamplex",
"description": "A multi-stream viewer",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/cameronhimself/streamplex.git"
},
"version": "1.0.0",
"author": {
"name": "J. Cameron McDonald",
"email": "cameronhimself@gmail.com"
},
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"clean": "rimraf dist"
},
"dependencies": {
"history": "^4.6.3",
"query-string": "^4.3.4",
"reset-css": "^2.2.0",
"vue": "^2.3.3",
"vue-awesome": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.5.1",
"babel-register": "^6.24.1",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"favicons-webpack-plugin": "0.0.7",
"file-loader": "^0.9.0",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-plugin": "^2.29.0",
"node-sass": "^4.5.0",
"rimraf": "^2.6.1",
"sass-loader": "^5.0.1",
"vue-loader": "^12.1.0",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.3.3",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
}
}