-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.21 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
{
"name": "full-static-nuxt-storyblok",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate --modern",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"test:unit": "jest"
},
"dependencies": {
"@nuxtjs/i18n": "^7.2.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/robots": "^2.5.0",
"@nuxtjs/sitemap": "^2.4.0",
"core-js": "^3.22.8",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@nuxtjs/composition-api": "^0.32.0",
"@nuxtjs/eslint-config": "^10.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"@nuxtjs/tailwindcss": "^5.0.0-4",
"@storyblok/nuxt-2": "^1.0.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/vue": "^6.5.1",
"autoprefixer": "10.4.7",
"axios": "^0.27.2",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^28.1.0",
"eslint": "8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^28.1.0",
"postcss": "^8.4.14",
"prettier": "^2.6.2",
"vue-jest": "^3.0.4"
}
}