-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
134 lines (134 loc) · 4.66 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
{
"name": "schulcloud-nuxt",
"version": "1.0.1",
"description": "The next Level of Schul-Cloud",
"author": "HPI Schul-Cloud",
"private": true,
"scripts": {
"dev:nuxt": "cross-env NODE_ENV=development nuxt --port 4000",
"dev:storybook": "start-storybook -c stories/.storybook -p 4001",
"dev:docs": "vuepress dev docs",
"dev": "concurrently \"yarn dev:nuxt\" \"yarn dev:storybook\" \"yarn dev:docs\" -n \"nuxt,story,docs\" -c \"green,magenta,cyan\" -i false --kill-others-on-fail",
"build:nuxt": "cross-env NODE_ENV=production nuxt generate && cross-env sh ./copy_static.sh",
"build:docs": "vuepress build docs -d dist/docs",
"build:storybook": "build-storybook -c stories/.storybook -o dist/storybook",
"build": "run-s build:*",
"new": "hygen new",
"lint:eslint": "eslint",
"lint:stylelint": "stylelint",
"lint:markdownlint": "markdownlint -i \"src/legacy-client\" -c \".markdownlint.yml\"",
"lint:prettier": "prettier --loglevel log",
"lint:all:eslint": "yarn lint:eslint --ext .js,.vue .",
"lint:all:stylelint": "yarn lint:stylelint \"**/*.{vue,sass,scss,css}\"",
"lint:all:markdownlint": "yarn lint:markdownlint \"@(src|docs|stories)/**/*.md\"",
"lint:all:prettier": "yarn lint:prettier -c \"**/*.{js,json,css,scss,vue,html,md}\"",
"lint:fix:all:eslint": "yarn lint:all:eslint --fix",
"lint:fix:all:stylelint": "yarn lint:all:stylelint --fix",
"lint:fix:all:markdownlint": "yarn lint:all:markdownlint",
"lint:fix:all:prettier": "yarn lint:all:prettier --write",
"lint:ci": "run-s lint:all:*",
"lint": "run-s lint:fix:all:*",
"test:unit": "cross-env NODE_ENV=test jest",
"test:unit:ci": "yarn test:unit --coverage --ci",
"test:unit:file": "yarn test:unit --bail --findRelatedTests",
"test:unit:watch": "yarn test:unit --watch --notify",
"test:ci": "yarn test:unit:ci",
"test": "yarn test:unit"
},
"gitHooks": {
"pre-commit": "cross-env PRE_COMMIT=true lint-staged"
},
"dependencies": {
"@feathersjs/authentication-client": "^1.0.8",
"@feathersjs/feathers": "^3.2.3",
"@feathersjs/socketio-client": "^1.1.5",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@nuxtjs/axios": "^5.0.0",
"@nuxtjs/toast": "^3.0.2",
"cookie-storage": "^5.0.0",
"dayjs": "^1.8.14",
"feathers-vuex": "1.7.0",
"lodash": "^4.17.11",
"material-icons-svg": "^1.0.0",
"nuxt": "^2.6.3",
"socket.io-client": "^2.2.0",
"vue": "^2.6.10",
"vue-flatpickr-component": "^8.1.1",
"vue-loader": "^15.6.2",
"vue-multiselect": "^2.1.6",
"vue-ripple-directive": "^2.0.1"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@storybook/addon-a11y": "^5.0.3",
"@storybook/addon-actions": "^5.0.3",
"@storybook/addon-centered": "^5.0.3",
"@storybook/addon-knobs": "^5.0.3",
"@storybook/addon-links": "^5.0.3",
"@storybook/addon-notes": "^5.0.3",
"@storybook/addon-viewport": "^5.0.3",
"@storybook/addons": "^5.0.3",
"@storybook/vue": "^5.0.3",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-service": "^3.3.1",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/test-utils": "^1.0.0-beta.28",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-node": "^2.2.0",
"babel-preset-vue": "^2.0.2",
"concurrently": "^4.1.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"eslint": "^5.12.1",
"eslint-config-prettier": "^4.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-vue": "^5.2.1",
"hygen": "^4.0.1",
"imagemin-lint-staged": "^0.4.0",
"jest": "^24.1.0",
"jest-haste-map": "^24.5.0",
"jest-resolve": "^24.5.0",
"jest-serializer-vue": "^2.0.2",
"lint-staged": "^8.1.1",
"markdownlint-cli": "github:igorshubovych/markdownlint-cli",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"npm-run-all": "^4.1.5",
"nuxt-babel": "^1.0.1",
"postcss-color-mod-function": "^3.0.3",
"postcss-loader": "^3.0.0",
"prettier": "^1.17.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"sass-loader": "^7.1.0",
"storybook-addon-vue-info": "^1.1.1",
"style-loader": "^0.23.1",
"stylelint": "^10.0.0",
"stylelint-config-prettier": "^5.0.0",
"stylelint-config-recess-order": "^2.0.1",
"stylelint-config-standard": "^18.2.0",
"stylelint-declaration-use-variable": "^1.7.0",
"stylelint-scss": "^3.5.1",
"vue-jest": "^3.0.3",
"vue-style-loader": "^4.1.2",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.10",
"vuepress": "^1.0.0",
"vuera": "^0.2.4",
"webpack": "^4.29.6",
"yorkie": "^2.0.0"
},
"resolutions": {
"webpack-dev-middleware": "3.6.0"
},
"engines": {
"node": ">=10.x.x",
"yarn": ">=1.12.0"
}
}