-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·37 lines (37 loc) · 981 Bytes
/
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
{
"name": "la-zanzara",
"version": "0.1.0",
"author": {
"name": "Mattia Zanella",
"email": "mattia_zanella@icloud.com"
},
"private": true,
"scripts": {
"audios": "node scripts/audio.js",
"serve": "yarn run audios && vue-cli-service serve",
"build": "yarn run audios && vue-cli-service build",
"lint": "vue-cli-service lint --fix"
},
"dependencies": {
"core-js": "3",
"lodash": "^4.17.15",
"music-metadata": "^6.3.3",
"vue": "^2.6.11",
"vue-router": "^3.1.6",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.0.3",
"bulma": "^0.8.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.11"
}
}