-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.07 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "My graduation work in Loftschool",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --mode=development --hot",
"build": "rm -rf dist && webpack --mode=production --progress",
"reg": "node reg-util.js",
"cypress": "cypress open"
},
"keywords": [],
"author": "Maxim Stogniy <[email protected]>",
"contributors": [
{
"name": "Stelios Baglaridis",
"email": "[email protected]",
"url": "https://psd-to.site"
}
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"acorn": "^6.0.5",
"acorn-dynamic-import": "^4.0.0",
"autoprefixer": "^9.4.8",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"cssnano": "^4.1.10",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-advanced-variables": "^3.0.0",
"postcss-easy-import": "^3.0.0",
"postcss-inline-svg": "^3.1.1",
"postcss-loader": "^3.0.0",
"postcss-nested": "^4.1.1",
"postcss-pxtorem": "^4.0.1",
"postcss-rgb": "^1.0.0",
"postcss-scss": "^2.0.0",
"postcss-svgo": "^4.0.2",
"pug-loader": "^2.4.0",
"pug-plain-loader": "^1.0.0",
"svg-sprite-loader": "^4.1.3",
"svg-transform-loader": "^2.0.7",
"svgo-loader": "^2.2.0",
"terser-webpack-plugin": "^1.2.3",
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.0"
},
"browserslist": [
"last 2 versions"
],
"dependencies": {
"axios": "^0.19.2",
"babel-polyfill": "^6.26.0",
"cypress": "^4.6.0",
"normalize.css": "^8.0.1",
"promptly": "^3.0.3",
"pug": "^2.0.3",
"request": "^2.88.0",
"signale": "^1.4.0",
"vue": "^2.6.11",
"vue-carousel": "^0.18.0",
"vue-router": "^3.2.0",
"vuelidate": "^0.7.5",
"vuex": "^3.4.0"
}
}