-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"name": "rishirajjain",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"generate": "nuxt generate",
"lint:style": "stylelint **/*.{vue,css} --ignore-path .gitignore",
"lint": "npm run lint:style",
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.9.0",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/robots": "^2.4.2",
"@nuxtjs/sitemap": "^2.4.0",
"autoprefixer": "^10.2.6",
"gsap": "^3.6.0",
"nuxt": "^2.14.6",
"postcss": "^8.3.5",
"storyblok-nuxt": "^1.3.1",
"tailwindcss": "^2.2.2",
"vue-social-sharing": "^3.0.0-beta.11"
},
"devDependencies": {
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/tailwindcss": "^2.1.1",
"@vue/test-utils": "^1.1.0",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"jest": "^26.4.2",
"stylelint": "^13.7.1",
"stylelint-config-standard": "^20.0.0",
"vue-jest": "^4.0.1"
}
}