-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.41 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
{
"name": "serverlesscms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot --host 0.0.0.0 --content-base dist/",
"build": "rm dist/bundle-* ; cross-env NODE_ENV=production webpack --progress",
"testbuild": "http-server dist",
"deploy": "firebase deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "UNLICENSED",
"dependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.5.1",
"body-parser": "^1.17.1",
"copy-to-clipboard": "^3.0.6",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"dustjs-helpers": "^1.7.3",
"dustjs-linkedin": "^2.7.5",
"file-loader": "^0.9.0",
"firebase": "^4.1.1",
"html-webpack-plugin": "^2.29.0",
"lodash": "^4.17.4",
"mustache": "^2.3.0",
"nunjucks": "^3.0.1",
"uglify-es": "github:mishoo/UglifyJS2#harmony",
"uglifyjs-webpack-plugin": "^0.4.6",
"vue": "^2.3.4",
"vue-loader": "^12.1.0",
"vue-router": "^2.5.3",
"vue-server-renderer": "^2.3.4",
"vue-template-compiler": "^2.3.4",
"vuefire": "^1.4.3",
"vuetify": "^0.12.7",
"vuex": "^2.3.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
},
"devDependencies": {
"eslint": "^4.5.0"
}
}