-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 783 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 783 Bytes
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
{
"name": "chill",
"version": "0.1.5",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@vue/cli-plugin-pwa": "^4.5.6",
"@vue/cli-service": "^4.5.6",
"fscreen": "^1.1.0",
"howler": "^2.2.0",
"localforage": "^1.9.0",
"localforage-getitems": "^1.4.2",
"lodash.throttle": "^4.1.1",
"register-service-worker": "^1.7.1",
"sass": "^1.26.10",
"sass-loader": "^8.0.2",
"vue": "^2.6.12",
"vue-cli-plugin-vuetify": "^2.0.7",
"vue-template-compiler": "^2.6.12",
"vuetify": "^2.3.10",
"vuetify-loader": "^1.6.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}