-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "melode",
"version": "1.0.0",
"description": "A Simple Music Application",
"author": "Jordan Crandall",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@ctrl/tinycolor": "^2.5.4",
"@nuxtjs/pwa": "^3.0.0-0",
"color": "^3.1.2",
"color-blind": "^0.1.1",
"cross-env": "^5.2.0",
"firebase": "^6.6.2",
"firestore": "^1.1.6",
"firestore-export-import": "^0.2.6",
"fitty": "^2.2.6",
"install": "^0.13.0",
"npm": "^6.13.0",
"nuxt": "^2.10.2",
"tinycolor2": "^1.4.1",
"vue-color": "^2.7.0",
"vue-firestore": "^0.3.22",
"vue-js-modal": "^1.3.31",
"vuefire": "^2.2.0",
"vuex": "^3.1.1",
"wavesurfer.js": "^3.2.0"
},
"devDependencies": {
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"prettier": "^1.16.4",
"@vue/test-utils": "^1.0.0-beta.27",
"babel-jest": "^24.1.0",
"jest": "^24.1.0",
"vue-jest": "^4.0.0-0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0"
}
}