-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
48 lines (48 loc) · 1.38 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": "mustread.vue",
"description": "Must-Read Tech Books",
"version": "1.0.0",
"author": "Eduards Sizovs <eduards@sizovs.net>",
"private": true,
"scripts": {
"dev": "cross-env webpack-dev-server --hot --mode=development",
"build": "cross-env webpack --progress --hide-modules --mode=production"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"dayjs": "^1.5.16",
"vue": "^2.2.1",
"vue-instantsearch": "^1.7.0",
"vue-meta": "^1.5.8",
"vue-observe-visibility": "^0.4.3",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"autoprefixer": "^9.1.0",
"babel-loader": "^8.0.4",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.3",
"css-loader": "^2.0.2",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.2.0",
"node-sass": "^4.9.0",
"postcss-loader": "^3.0.0",
"pug": "^2.0.3",
"pug-plain-loader": "^1.0.0",
"pug-static-loader": "^2.0.0",
"sass-loader": "^7.1.0",
"source-loader": "^1.0.0",
"vue-loader": "^15.4.2",
"vue-template-compiler": "^2.2.1",
"webpack": "^4.6.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.3",
"write-file-webpack-plugin": "^4.3.1"
}
}