forked from soussune/soussune.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.55 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "soussune",
"version": "0.0.1",
"description": "Nuxt.js Content Site",
"author": "soussune",
"private": true,
"scripts": {
"start": "nuxt start",
"dev": "nuxt",
"build": "nuxt build",
"generate": "nuxt generate",
"prettier": "prettier **/*.{js,ts,vue,md,css,scss}",
"prettier:write": "npm run prettier -- --write",
"prettier:check": "npm run prettier -- --list-different",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"precommit": "npm run lint",
"build-storybook": "build-storybook -c config/storybook",
"storybook": "start-storybook -p 6006 -c config/storybook",
"screenshot": "storybook-chrome-screenshot -p 9001 -c config/storybook",
"regression": "reg-suit run"
},
"dependencies": {
"@miyaoka/nuxt-twitter-widgets-module": "^0.0.1",
"@miyaoka/vue-touch-range": "^1.0.1",
"@nuxtjs/google-analytics": "^2.0.2",
"@nuxtjs/pwa": "^2.0.8",
"@nuxtjs/sentry": "^1.0.3",
"front-matter": "^2.3.0",
"luxon": "^1.0.0",
"markdown-it": "^8.4.1",
"markdown-it-link-attributes": "^2.0.0",
"noty": "^3.2.0-beta",
"nuxt": "npm:nuxt-edge",
"nuxt-sass-resources-loader": "^2.0.0",
"nuxtent": "^1.4.1",
"rss": "^1.2.2",
"vue-awesome": "^2.3.5",
"vue-lazyload": "^1.2.2",
"vue-notifications": "^0.9.0",
"xml-escape": "^1.1.0"
},
"devDependencies": {
"@nuxtjs/axios": "^4.5.2",
"@nuxtjs/sitemap": "0.0.3",
"@storybook/addon-actions": "4.0.0-alpha.2",
"@storybook/addon-centered": "4.0.0-alpha.2",
"@storybook/addon-knobs": "4.0.0-alpha.2",
"@storybook/addon-links": "4.0.0-alpha.2",
"@storybook/addon-notes": "4.0.0-alpha.2",
"@storybook/addon-options": "4.0.0-alpha.2",
"@storybook/addon-storyshots": "4.0.0-alpha.2",
"@storybook/addon-storysource": "4.0.0-alpha.2",
"@storybook/addon-viewport": "4.0.0-alpha.2",
"@storybook/addons": "4.0.0-alpha.2",
"@storybook/vue": "4.0.0-alpha.2",
"babel-eslint": "^8.2.2",
"backpack-core": "^0.7.0",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.3.0",
"node-sass": "^4.8.3",
"prettier": "^1.11.1",
"reg-keygen-git-hash-plugin": "^0.7.1",
"reg-notify-github-plugin": "^0.7.2",
"reg-publish-s3-plugin": "^0.7.2",
"reg-suit": "^0.7.2",
"sass-loader": "^6.0.7",
"storybook-addon-figma": "^0.1.0",
"storybook-addon-vue-info": "^0.2.0",
"storybook-chrome-screenshot": "^1.0.1"
}
}