-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 929 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": "mywebsite",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"test": "jest"
},
"dependencies": {
"@marvr/storyblok-rich-text-vue-renderer": "^2.0.1",
"@tailwindcss/typography": "^0.5.2",
"@vue/composition-api": "^1.4.9",
"animate.css": "^4.1.1",
"axios": "^0.21.4",
"core-js": "^3.19.3",
"nuxt": "^2.15.8",
"storyblok-nuxt": "^2.0.1",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@vue/test-utils": "^1.3.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.4.4",
"jest": "^27.4.4",
"nuxt-windicss": "^2",
"ts-jest": "^27.1.1",
"vue-jest": "^3.0.4"
}
}