-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.42 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"devDependencies": {
"@types/es6-shim": "^0.31.36",
"@types/foundation": "^5.5.30",
"@types/jquery": "^3.3.6",
"@types/slick-carousel": "^1.6.32",
"apache-server-configs": "^2.14.0",
"autoprefixer": "^9.1.5",
"awesome-typescript-loader": "^5.1.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"body-parser": "^1.18.3",
"browser-sync": "^2.14.0",
"css-loader": "^0.28.11",
"del": "^2.2.2",
"es6-object-assign": "^1.1.0",
"eslint-config-google": "^0.3.0",
"express": "^4.16.3",
"extract-loader": "^3.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-inline-source-plugin": "^0.0.10",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.3.1",
"lodash": "^4.17.10",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "^4.9.3",
"psi": "^2.0.4",
"pug": "^2.0.3",
"pug-html-loader": "^1.1.5",
"pug-loader": "^2.4.0",
"rimraf": "^2.6.2",
"run-sequence": "^1.0.1",
"sass-loader": "^7.0.3",
"sass-resources-loader": "^1.3.3",
"style-loader": "^0.21.0",
"sw-precache": "^3.2.0",
"sw-toolbox": "^3.2.1",
"ts-lint": "^4.5.1",
"ts-loader": "^5.0.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslib": "^1.9.3",
"tslint": "^5.9.1",
"typescript": "^2.8.3",
"url-loader": "^1.1.1",
"util": "^0.11.0",
"vue-loader": "^15.2.4",
"vue-template-compiler": "^2.5.16",
"webfonts-loader": "^4.1.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.7",
"webpack-merge": "^4.1.4",
"webpack-stream": "^4.0.3",
"yargs": "^11.0.0"
},
"engines": {
"node": ">=0.12"
},
"private": true,
"scripts": {
"test": "",
"build": "rimraf -rf dist && webpack -p --env production",
"serve": "start node ./services/server.js && webpack-dev-server --config webpack.config.dev.babel.js",
"clean": "rimraf dist",
"deploy": "npm run clean && npm run build && firebase deploy"
},
"eslintConfig": {
"extends": "google"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"es6-promise": "^4.2.4",
"jquery": "^3.3.1",
"magnific-popup": "^1.1.0",
"slick-carousel": "^1.8.1",
"vue": "^2.5.16",
"vue-class-component": "^6.2.0",
"vue-js-modal": "^1.3.15",
"vue-property-decorator": "^6.1.0"
}
}