-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 923 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 923 Bytes
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": "library-website-nuxt",
"engines": {
"node": "14.15.4"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"start": "nuxt start",
"storybook": "nuxt storybook",
"storybook-build": "nuxt storybook build"
},
"dependencies": {
"nuxt": "^2.15.4"
},
"devDependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/storybook": "^4.0.2",
"@nuxtjs/style-resources": "^1.0.0",
"core-js": "^3.11.0",
"date-fns": "^2.22.1",
"eslint": "^7.25.0",
"eslint-plugin-vue": "^7.9.0",
"graphql": "^15.5.1",
"graphql-tag": "^2.12.5",
"lodash": "^4.17.21",
"node-sass": "^5.0.0",
"nuxt-graphql-request": "^4.0.0",
"prettier": "^2.2.1",
"prettier-eslint": "^12.0.0",
"sass-loader": "^10.1.1",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.12",
"webfontloader": "^1.6.28"
}
}