forked from vue-styleguidist/vue-styleguidist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 5.01 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
{
"private": true,
"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": {
"changeset": "changeset",
"pretest": "pnpm lint",
"test": "pnpm test:vitest && pnpm test:plugin",
"test:plugin": "rimraf test/cli-packages/* && vitest run -c vitest.config.plugin.ts",
"test:vitest": "vitest run",
"test:perf": "node ./packages/vue-docgen-api/tests/perf-test.js",
"posttest": "pnpm format",
"format": "prettier --write docs packages/**/*.{js,md,vue,ts,tsx} examples/**/*.{js,md,vue,ts}",
"test:coverage": "vitest --coverage",
"start": "./start.sh server",
"build": "./start.sh build",
"lint": "eslint . --cache --fix --ext .ts,.tsx,.js --cache-location node_modules/.eslint_cache/",
"compile": "pnpm recursive run compile",
"test:browser": "node test/browser.js",
"precommit": "lint-staged",
"cy:open": "cypress open",
"cy:ct": "cypress run --component",
"cy:serve": "node test/run.server.js",
"cy:run": "cypress run --e2e --spec \"test/cypress/integration/$CY_EXAMPLE_FOLDER/*.cy.ts\"",
"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": "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": "pnpm compile"
},
"license": "MIT",
"engines": {
"node": ">=9",
"npm": ">=5"
},
"dependencies": {
"@babel/core": "7.18.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-object-rest-spread": "7.18.9",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-runtime": "7.18.9",
"@babel/preset-env": "7.18.9",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@babel/runtime": "7.18.9",
"@babel/types": "7.18.9",
"@changesets/changelog-github": "0.4.6",
"@changesets/cli": "2.24.1",
"@types/node": "13.13.52",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/webpack-dev-server": "3.11.6",
"@typescript-eslint/parser": "^5.31.0",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@vue/cli": "5.0.8",
"@vue/eslint-config-prettier": "^5.1.0",
"@vue/eslint-config-typescript": "^7.0.0",
"acorn": "^6.4.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"c8": "7.12.0",
"clipboard": "2.0.11",
"cmd-shim": "5.0.0",
"core-js": "3.24.1",
"cross-env": "5.2.1",
"cypress": "10.3.1",
"danger": "10.9.0",
"ejs": "3.1.8",
"eslint": "7.32.0",
"eslint-config-tamia": "7.2.7",
"eslint-import-resolver-typescript": "2.7.1",
"eslint-plugin-compat": "3.13.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-es5": "1.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-mocha": "10.1.0",
"eslint-plugin-prettier": "3.4.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-vue": "7.20.0",
"globby": "9.2.0",
"happy-dom": "5.4.0",
"jss": "10.9.2",
"lint-staged": "7.3.0",
"markdown-toc": "1.2.0",
"node-fetch": "3.2.10",
"prettier": "2.7.1",
"property-information": "5.6.0",
"puppeteer": "1.20.0",
"raf": "3.4.1",
"react-styleguidist": "^11.1.6",
"react-test-renderer": "18.2.0",
"rimraf": "2.7.1",
"rollup-plugin-typescript-paths": "1.3.1",
"semver": "5.7.1",
"start-server-and-test": "1.14.0",
"strip-shebang": "1.0.2",
"tslib": "2.4.0",
"typescript": "4.7.4",
"vitest": "0.20.2",
"vue": "2.7.8",
"vue-cli-plugin-docgen": "*",
"vue-cli-plugin-styleguidist": "*",
"vue-inbrowser-compiler-sucrase": "*",
"vue-property-decorator": "9.1.2",
"vue-server-renderer": "2.7.8",
"vue-styleguidist": "*",
"vuepress": "1.9.7",
"webpack-dev-server": "3.11.3",
"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": [
"pnpm run maketypes",
"git add ./packages/vue-styleguidist/src/types/StyleGuide.ts"
]
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"browserslist": [
"last 2 Chrome versions",
"last 2 Opera versions",
"last 2 Firefox versions",
"last 2 Edge versions",
"last 1 Safari version",
"IE >= 11"
],
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}