-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.28 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
{
"name": "cosmodrome-v",
"version": "1.0.0",
"description": "",
"main": "index.html",
"engines": {
"node": "16.x.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:LabZoneSK/cosmodrome-v.git"
},
"author": "LabZone",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.3",
"es6-promise": "^4.2.8",
"eslint": "^8.2.0",
"eslint-config-eslint": "^7.0.0",
"eslint-plugin-vue": "^8.0.3",
"express": "^4.17.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.0",
"gulp-concat": "^2.6.1",
"gulp-express": "^0.3.5",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-watch": "^5.0.1",
"node-sass": "^6.0.1",
"nodemon": "^2.0.15",
"sass-lint": "^1.13.1",
"vue-loader": "^15.9.8",
"vue-template-compiler": "^2.6.14",
"webpack-stream": "^7.0.0"
},
"dependencies": {
"axios": "^0.24.0",
"vue": "^2.6.14",
"vue-axios": "^3.4.0",
"vuex": "^3.6.2"
},
"browserslist": [
"last 1 version",
"> 1%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}