-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.22 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
{
"name": "veil.internetshop.simple",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IlliaVeremiev/Simple-InternetShop.git"
},
"author": "Illia Veremiev",
"license": "ISC",
"bugs": {
"url": "https://github.com/IlliaVeremiev/Simple-InternetShop/issues"
},
"homepage": "https://github.com/IlliaVeremiev/Simple-InternetShop#readme",
"dependencies": {
"@babel/polyfill": "^7.6.0",
"jquery": "^3.5.1",
"sockjs-client": "^1.3.0",
"vue": "^2.5.17",
"vue-cookies": "^1.5.13",
"vue-i18n": "^8.15.0",
"vue-resource": "^1.5.1",
"vue-router": "^3.0.2",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^1.0.1",
"vue-loader": "^15.7.1",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.17.2",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
}
}