-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.77 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
59
60
61
{
"name": "nuxt-showtime",
"version": "1.0.0",
"description": "A pawsome Vue.js & Nuxt.js Movies web app",
"author": "marcellop",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"storybook": "start-storybook -s ./static -p 9001 -c .storybook"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.3",
"@nuxtjs/sitemap": "^1.2.0",
"cookie": "^0.3.1",
"core-js": "2.6.5",
"cross-env": "^5.2.0",
"dayjs": "^1.8.14",
"glider-js": "^1.6.6",
"gsap": "^2.1.3",
"js-cookie": "^2.2.0",
"markdown-it": "^8.4.2",
"netlify-cms": "^2.9.1",
"nuxt": "^2.8.0",
"nuxt-svg-sprite-module": "^1.0.4",
"v-lazy-image": "^1.3.2",
"vue-lazy-youtube-video": "^1.0.5",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@storybook/addon-a11y": "^5.1.1",
"@storybook/addon-actions": "^5.1.1",
"@storybook/addon-knobs": "^5.1.1",
"@storybook/addon-links": "^5.1.1",
"@storybook/addon-viewport": "^5.1.1",
"@storybook/addons": "^5.1.1",
"@storybook/theming": "^5.1.1",
"@storybook/vue": "^5.1.1",
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0",
"@vue/babel-preset-jsx": "^1.0.0",
"babel-eslint": "^10.0.1",
"babel-preset-vue": "^2.0.2",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"glob": "^7.1.4",
"include-media": "^1.4.9",
"node-fetch": "^2.6.0",
"node-sass": "^4.12.0",
"nodemon": "^1.19.1",
"sass-loader": "^7.1.0",
"storybook-router": "^0.3.4",
"storybook-vue-router": "^1.0.3"
}
}