-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.12 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
{
"name": "frontend",
"version": "0.12.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"storybook": "nuxt storybook",
"release": "release-it",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
"lint": "yarn lint:js && yarn lint:style",
"lint:js:fix": "yarn lint:js --fix",
"lint:style:fix": "yarn lint:style --fix",
"lint:fix": "yarn lint:js:fix && yarn lint:style:fix",
"storybook:build": "nuxt storybook build -o public -s static"
},
"dependencies": {
"@nuxtjs/auth-next": "5.0.0-1622918202.e815752",
"@nuxtjs/axios": "^5.13.1",
"@storybook/theming": "^6.2.9",
"@vue/babel-preset-app": "^4.5.13",
"core-js": "^3.9.1",
"laravel-echo": "^1.10.0",
"pusher-js": "^7.0.3",
"lodash": "^4.17.21",
"moment-timezone": "^0.5.33",
"nuxt": "^2.15.3",
"nuxt-i18n": "^6.27.0",
"release-it": "^14.6.1",
"sass": "^1.32.12",
"sass-loader": "10",
"vue-flatpickr-component": "^8.1.6",
"vue-slider-component": "^3.2.11",
"what-input": "^5.2.10"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/storybook": "^4.0.2",
"@nuxtjs/stylelint-module": "^4.0.0",
"@nuxtjs/tailwindcss": "^4.0.1",
"@release-it/conventional-changelog": "^2.0.1",
"@storybook/addon-a11y": "^6.2.9",
"@storybook/addon-actions": "^6.2.9",
"@storybook/addon-essentials": "^6.2.9",
"@storybook/addon-links": "^6.2.9",
"@storybook/addons": "^6.2.9",
"@whitespace/storybook-addon-html": "^5.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"postcss": "^8.2.15",
"prettier": "^2.2.1",
"storybook-tailwind-dark-mode": "^1.0.9",
"stylelint": "^13.12.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^21.0.0"
}
}