-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 948 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": "pineapple-express",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@nuxtjs/firebase": "^7.6.1",
"@tailwindcss/forms": "^0.3.3",
"core-js": "^3.15.1",
"firebase": "8.9.1",
"moment": "^2.29.1",
"nuxt": "^2.15.7",
"tailwindcss": "^2.2.9",
"vue-youtube-embed": "^2.2.2",
"wavesurfer.js": "^5.2.0",
"wavesurfer.js-vue": "^1.0.0"
},
"devDependencies": {
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nuxtjs/fontawesome": "^1.1.2",
"@nuxtjs/tailwindcss": "^4.2.0",
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.0.5",
"jest": "^27.0.5",
"nuxt-vite": "^0.2.2",
"postcss": "^8.3.5",
"vue-jest": "^3.0.4"
}
}