-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "pixelslices",
"version": "1.0.0",
"private": true,
"author": "samuel@samuelhorn.com",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "yarn lint:js",
"slicemachine": "start-slicemachine --port 9999",
"storybook": "nuxt storybook",
"build-storybook": "nuxt storybook build"
},
"dependencies": {
"@nuxtjs/google-fonts": "^1.1.3",
"@nuxtjs/prismic": "^1.2.4",
"@prismicio/vue": "^2.0.7",
"headroom.js": "^0.12.0",
"nuxt": "^2.14.0",
"nuxt-sm": "^0.0.6",
"prismic-javascript": "^3.0.2",
"swiper": "5.4.5",
"vue-awesome-swiper": "^4.1.1",
"vue-essential-slices": "^0.2.0",
"vue-slicezone": "^0.0.28"
},
"devDependencies": {
"@nuxtjs/color-mode": "^2.0.0",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/pwa": "^3.2.2",
"@nuxtjs/storybook": "2.2.2",
"@nuxtjs/svg": "^0.1.12",
"@nuxtjs/tailwindcss": "^2.1.0",
"@storybook/addon-knobs": "^6.0.28",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"sass-loader": "^10.0.4",
"slice-machine-ui": "^0.0.38"
}
}