This repository was archived by the owner on Jan 23, 2022. It is now read-only.
forked from annearbor/nuxt-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
153 lines (153 loc) · 5.33 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "schulcloud-nuxt",
"version": "22.8.0",
"description": "The next Level of Schul-Cloud",
"author": "HPI Schul-Cloud",
"private": true,
"scripts": {
"dev:nuxt": "nuxt",
"dev:storybook": "start-storybook -c stories/.storybook -p 4001 --quiet",
"dev:docs": "vuepress dev docs",
"dev": "concurrently \"npm run dev:nuxt\" \"npm run dev:storybook\" \"npm run dev:docs\" -n \"nuxt,story,docs\" -c \"green,magenta,cyan\" -i false --kill-others-on-fail",
"build:nuxt": "nuxt build",
"build:docs": "vuepress build docs -d dist/docs",
"build:storybook": "build-storybook -c stories/.storybook -o dist/storybook --quiet",
"build": "run-s build:*",
"start:nuxt": "nuxt start",
"start:storybook": "npx serve --no-clipboard --listen 4001 --config ../../serve.json dist/storybook",
"start": "run-p start:*",
"new": "hygen new",
"lint:eslint": "eslint",
"lint:stylelint": "stylelint",
"lint:markdownlint": "markdownlint -i \"docs/Changelog.md\" -c \".markdownlint.yml\"",
"lint:prettier": "prettier --loglevel log",
"lint:all:eslint": "npm run lint:eslint -- --ext .js,.vue .",
"lint:all:stylelint": "npm run lint:stylelint -- \"**/*.{vue,sass,scss,css}\"",
"lint:all:prettier": "npm run lint:prettier -- -c \"**/*.{js,json,css,scss,vue,html,md}\"",
"lint:all:markdownlint": "npm run lint:markdownlint -- \"@(src|docs|stories)/**/*.md\"",
"lint:fix:all:eslint": "npm run lint:all:eslint -- --fix",
"lint:fix:all:stylelint": "npm run lint:all:stylelint -- --fix",
"lint:fix:all:prettier": "npm run lint:all:prettier -- --write",
"lint:fix:all:markdownlint": "npm run lint:all:markdownlint",
"lint:ci": "run-s lint:all:*",
"lint": "run-s lint:fix:all:*",
"test:unit": "jest",
"test:unit:ci": "npm run test:unit -- --coverage --ci",
"test:unit:file": "npm run test:unit -- --bail --findRelatedTests",
"test:unit:watch": "npm run test:unit -- --watch --notify --coverage",
"test:screenshot:jest": "jest --config tests/screenshot/jest.config.js",
"test:screenshot": "start-test start:storybook 4001 test:screenshot:jest",
"test:screenshot:ci": "start-test start:storybook 4001 \"npm run test:screenshot:jest -- --ci\"",
"test:ci": "run-s test:*:ci",
"test": "npm run test:unit"
},
"gitHooks": {
"pre-commit": "npx lint-staged"
},
"dependencies": {
"@nuxtjs/axios": "^5.10.2",
"@nuxtjs/sentry": "^4.0.2",
"@nuxtjs/toast": "^3.3.0",
"@tryghost/content-api": "^1.4.1",
"cookie-universal-nuxt": "^2.1.3",
"dayjs": "^1.8.25",
"echarts": "^4.7.0",
"font-awesome": "^4.7.0",
"git-rev-sync": "^2.0.0",
"glob": "^7.1.6",
"html-entities": "^1.3.1",
"jwt-decode": "^2.2.0",
"kjua": "^0.6.0",
"material-icons-svg": "^1.0.0",
"nuxt": "^2.12.2",
"tiptap": "^1.27.1",
"tiptap-extensions": "^1.29.1",
"vue": "^2.6.11",
"vue-echarts": "^4.0.4",
"vue-filter-ui": "^0.8.0",
"vue-flatpickr-component": "^8.1.5",
"vue-i18n": "^8.17.4",
"vue-loader": "^15.9.1",
"vue-mq": "^1.0.1",
"vue-multiselect": "^2.1.6",
"vue-ripple-directive": "^2.0.1",
"vue-router": "^3.1.6",
"vue-swatches": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-optional-chaining": "^7.9.0",
"@babel/preset-env": "^7.9.6",
"@nuxtjs/dotenv": "^1.4.1",
"@schul-cloud/eslint-config": "^1.0.0",
"@schul-cloud/prettier-config": "^1.0.0",
"@schul-cloud/stylelint-config": "^1.0.0",
"@schul-cloud/styles": "^0.2.0",
"@storybook/addon-a11y": "^5.3.18",
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-backgrounds": "^5.3.18",
"@storybook/addon-centered": "^5.3.18",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-notes": "^5.3.18",
"@storybook/addon-options": "^5.3.18",
"@storybook/addon-storysource": "^5.3.18",
"@storybook/addon-viewport": "^5.3.18",
"@storybook/addons": "^5.3.18",
"@storybook/vue": "^5.3.18",
"@vue/test-utils": "^1.0.0-beta.33",
"@vuepress/plugin-pwa": "^1.4.1",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^25.5.1",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-preset-vue": "^2.0.2",
"concurrently": "^5.2.0",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"css-loader": "^3.5.3",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"faker": "^4.1.0",
"find-cache-dir": "^3.3.1",
"flush-promises": "^1.0.2",
"http-proxy-middleware": "^1.0.3",
"hygen": "^5.0.3",
"imagemin-lint-staged": "^0.4.0",
"jest": "^25.5.2",
"jest-canvas-mock": "^2.2.0",
"jest-extended": "^0.11.5",
"jest-haste-map": "^25.5.1",
"jest-image-snapshot": "^3.1.0",
"jest-puppeteer": "^4.4.0",
"jest-resolve": "^25.5.1",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^10.2.0",
"lodash": "^4.17.21",
"markdownlint-cli": "^0.22.0",
"node-sass": "^4.14.0",
"npm-run-all": "^4.1.5",
"nuxt-babel": "^1.0.1",
"postcss-color-mod-function": "^3.0.3",
"postcss-loader": "^3.0.0",
"prettier": "^2.0.5",
"puppeteer": "^3.0.2",
"sass-loader": "^8.0.2",
"serve": "^11.3.0",
"sharp": "^0.25.0",
"start-server-and-test": "^1.11.0",
"storybook-addon-vue-info": "^1.4.2",
"style-loader": "^1.2.1",
"stylelint": "^13.3.3",
"stylelint-declaration-use-variable": "^1.7.2",
"vue-jest": "^3.0.5",
"vue-style-loader": "^4.1.2",
"vue-svg-loader": "0.15.0",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.4.1",
"yorkie": "^2.0.0"
},
"engines": {
"node": ">=12.x.x",
"npm": ">=6.x.x"
}
}