-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 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
49
50
51
52
53
54
55
56
57
{
"name": "crios",
"version": "1.0.0",
"description": "The portfolio of Ivan Shavliuga (Ivanov). Webpack, vue.js, less, pug",
"author": "Ivan Shavliuga (Ivanov)",
"email": "iva.drakon.nov@gmail.com",
"license": "MIT",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot",
"build": "cross-env NODE_ENV=production webpack --progress --report"
},
"keywords": [
"resume",
"developer",
"nodejs",
"webpack",
"pug",
"vuejs",
"less"
],
"dependencies": {
"axios": "^0.20.0",
"babel-polyfill": "^6.13.0",
"babel-runtime": "^6.0.0",
"express": "^4.17.1",
"lodash": "^4.17.4",
"vue": "^2.5.13",
"vuex": "^3.0.1"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"cross-env": "^5.1.5",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-webpack-plugin": "^2.30.1",
"npm-run-all": "^4.1.3",
"precss": "^2.0.0",
"prettier": "^1.17.0",
"pug": "^2.0.0-rc.3",
"pug-loader": "^2.3.0",
"rimraf": "^2.6.2",
"less": "^2.7.1",
"less-loader": "^4.0.5",
"url-loader": "^0.6.2",
"vue-hot-reload-api": "^2.2.4",
"vue-html-loader": "^1.0.0",
"vue-loader": "^13.7.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.13",
"style-loader": "^0.18.2",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
}
}