-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.9 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "starter_nuxt",
"version": "2.0.0",
"description": "Forwardslash Starter Boilerplate with Nuxt and support for Headless WP",
"author": "Forwardslash",
"private": true,
"scripts": {
"dev": "nuxt",
"dev-debug": "node --inspect=52125 node_modules/.bin/nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"storybook": "start-storybook -s ./static -p 9001",
"storybook-build": "build-storybook",
"postinstall": "fws postinstall"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.5",
"@nuxtjs/style-resources": "^1.0.0",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/universal-storage": "^0.5.6",
"animejs": "^3.2.1",
"axios": "^0.21.1",
"bootstrap": "^4.5.3",
"bootstrap-vue": "^2.21.2",
"core-js": "^3.8.2",
"js-cookie": "^2.2.1",
"lodash.startcase": "^4.4.0",
"nuxt": "^2.14.12",
"nuxt-client-init-module": "^0.1.9",
"swiper": "^6.4.11",
"uuid": "^8.3.2",
"vanilla-lazyload": "^17.3.1",
"vue-awesome-swiper": "^4.1.1",
"vue-cool-lightbox": "^2.7.0",
"vue-scrollto": "^2.20.0",
"vue-select": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@nuxt/types": "^2.14.12",
"@storybook/addon-actions": "^6.1.11",
"@storybook/addon-links": "^6.1.11",
"@storybook/addons": "^6.1.11",
"@storybook/vue": "^6.1.11",
"babel-loader": "^8.2.2",
"babel-preset-vue": "^2.0.2",
"css-loader": "^5.0.1",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.0",
"sass-resources-loader": "^2.1.1",
"style-loader": "^2.0.0",
"svg-inline-loader": "^0.8.2",
"url-loader": "^4.1.1",
"vue-svg-loader": "^0.16.0"
},
"forwardslash": "fws_starter_nuxt"
}