-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.52 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.52 KB
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
{
"name": "pixela-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.2",
"bulma": "^0.7.2",
"bulma-extensions": "^3.0.0",
"core-js": "^3.0.0",
"dot-prop": "^5.1.1",
"mobile-device-detect": "^0.3.3",
"node-sass": "^4.13.1",
"register-service-worker": "^1.7.1",
"sass-loader": "^8.0.2",
"tippy.js": "^4.0.4",
"v-calendar": "^1.0.0-beta.23",
"vue": "^2.5.17",
"webpack": "^4.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.3.1",
"@vue/cli-plugin-eslint": "^4.3.1",
"@vue/cli-plugin-pwa": "^4.3.1",
"@vue/cli-service": "^4.3.1",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^7.0.0-alpha.1",
"prettier-eslint": "^9.0.1",
"vue-template-compiler": "^2.5.17"
},
"resolutions": {
"dot-prop": "^5.1.1",
"serialize-javascript": "^3.1.0",
"minimist": "^1.2.3",
"kind-of": "^6.0.3",
"webpack": "^4.0.0",
"yargs-parser": "^13.1.2",
"node-forge": "^0.10.0",
"core-js": "^3.0.0"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}