forked from vue-styleguidist/vue-styleguidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
195 lines (195 loc) · 6.07 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"private": true,
"workspaces": [
"packages/*"
],
"homepage": "https://github.com/vue-styleguidist/vue-styleguidist",
"repository": {
"type": "git",
"url": "git+https://github.com/vue-styleguidist/vue-styleguidist.git"
},
"bugs": {
"url": "https://github.com/vue-styleguidist/vue-styleguidist/issues"
},
"scripts": {
"pretest": "yarn lint",
"test": "yarn test:jest --maxWorkers=2 && yarn test:plugin",
"test:jest": "jest",
"test:perf": "node ./packages/vue-docgen-api/tests/perf-test.js",
"test:plugin": "rimraf ./test/cli-packages/* && jest --config=./jest.config.plugin.js --runInBand",
"posttest": "yarn format",
"test:coverage": "jest --coverage",
"start": "node test/styleguidist.js server",
"start:empty": "node bin/styleguidist.js server",
"lint": "eslint . --cache --fix --ext .ts,.js --cache-location node_modules/.eslint_cache/",
"cli": "node test/run.cli.js",
"compile": "lerna run compile",
"compile:watch": "lerna run compile:watch --parallel",
"build": "node test/styleguidist.js build",
"test:browser": "node test/browser.js",
"precommit": "lint-staged",
"format": "prettier --write **/*.{js,md,vue,ts}",
"cy:open": "cypress open",
"cy:serve": "node test/run.server.js",
"cy:run": "cypress run --spec \"test/cypress/integration/$CY_EXAMPLE_FOLDER/*spec.js\"",
"cy": "start-server-and-test cy:serve http://localhost:6060 cy:run",
"predocs": "node ./docs/.vuepress/preprocess.js",
"docs": "vuepress dev docs",
"docs:build": "node ./docs/.vuepress/preprocess.js && vuepress build docs",
"maketypes": "yarn babel packages/vue-styleguidist/src/scripts/schemas/config.ts --out-file packages/vue-styleguidist/lib/scripts/schemas/config.js && node packages/vue-styleguidist/maketypes.js",
"postinstall": "yarn compile && cd ./packages/vue-cli-plugin-styleguidist && yarn link && cd ../.. && yarn link vue-cli-plugin-styleguidist"
},
"license": "MIT",
"engines": {
"node": ">=9",
"npm": ">=5"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@types/doctrine": "^0.0.3",
"@types/htmlparser2": "^3.7.31",
"@types/jest": "^23.3.10",
"@types/pug": "^2.0.4",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"@vue/cli": "^4.0.5",
"@vue/cli-plugin-babel": "^4.0.5",
"@vue/cli-plugin-eslint": "^4.0.5",
"@vue/cli-plugin-typescript": "^4.0.5",
"@vue/cli-service": "^4.0.5",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vuepress/plugin-google-analytics": "^1.0.3",
"@vuepress/plugin-register-components": "1.0.3",
"@znck/prop-types": "^0.5.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^25.2.6",
"babel-loader": "^8.0.5",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-system-import-transformer": "^3.1.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"cheerio": "^1.0.0-rc.2",
"concurrently": "^4.1.1",
"core-js": "^3.4.1",
"cross-env": "^5.2.0",
"css-loader": "^2.1.1",
"danger": "^10.1.1",
"deabsdeep": "^2.0.1",
"deepfreeze": "^2.0.0",
"dog-names": "^1.0.2",
"ejs": "^2.6.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"enzyme-to-json": "^3.3.4",
"eslint": "^5.14.1",
"eslint-config-tamia": "^6.0.0",
"eslint-plugin-compat": "^2.4.0",
"eslint-plugin-es5": "^1.3.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-vue": "^5.2.2",
"fibers": "^4.0.2",
"file-loader": "^6.0.0",
"get-folder-size": "^2.0.1",
"globby": "^9.2.0",
"gzip-size": "^5.1.0",
"inquirer": "^5.2.0",
"jest": "^25.2.7",
"jest-serializer-html": "^7.0.0",
"keymirror": "^0.1.1",
"lerna": "^3.13.1",
"lint-staged": "^7.2.0",
"lodash": "^4.17.15",
"markdown-toc": "^1.2.0",
"material-design-icons-iconfont": "^5.0.1",
"mini-css-extract-plugin": "^0.4.1",
"minimist": "^1.2.0",
"node-sass": "^4.13.0",
"null-loader": "4.0.0",
"nuxt": "^2.12.2",
"nuxt-property-decorator": "^2.5.1",
"prettier": "^2.0.5",
"prop-types": "^15.6.2",
"puppeteer": "^1.12.2",
"raf": "^3.4.0",
"react": "^16.4.1",
"react-dom": "^16.8.3",
"react-styleguidist": "^11.0.6",
"react-test-renderer": "^16.4.1",
"rimraf": "^2.6.2",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"semver": "^5.5.0",
"start-server-and-test": "^1.9.1",
"strip-shebang": "^1.0.2",
"ts-jest": "^25.3.1",
"tslint": "^5.9.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.7.3",
"url-loader": "^1.0.1",
"validate-commit-msg": "^2.14.0",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-cli-plugin-pug": "^1.0.7",
"vue-cli-plugin-vuetify": "^0.6.1",
"vue-i18n": "^8.7.0",
"vue-loader": "^15.7.0",
"vue-property-decorator": "^7.3.0",
"vue-style-loader": "^4.1.2",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.10",
"vue-types": "1.3.4",
"vuepress": "^1.2.0",
"vuepress-plugin-live": "^1.4.2",
"vuetify": "^2.2.3",
"vuetify-loader": "^1.3.0",
"vuex": "^3.0.0",
"webfontloader": "^1.6.28",
"webpack": "^4.29.6",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "^2.0.13",
"yorkie": "^2.0.0"
},
"keywords": [
"vue",
"styleguide",
"style guide",
"documentation",
"docs",
"generator",
"component",
"components"
],
"lint-staged": {
"(*.js|*.ts)": [
"eslint --fix",
"prettier --write",
"git add"
],
"*.md": [
"prettier --write",
"git add"
],
"packages/vue-styleguidist/src/scripts/schemas/config.ts": [
"yarn maketypes",
"git add ./packages/vue-styleguidist/src/types/StyleGuide.ts"
]
},
"gitHooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E GIT_PARAMS"
}
}