-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.49 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
{
"name": "@vue-styled-components/root",
"packageManager": "pnpm@9.3.0",
"private": true,
"scripts": {
"dev": "pnpm build && pnpm -F playground dev",
"build": "pnpm typecheck && pnpm -F core build",
"test": "pnpm -F core test",
"coverage": "pnpm -F core test:coverage",
"docs:dev": "pnpm build && pnpm -F docs docs:dev",
"docs:build": "pnpm build && pnpm -F docs docs:build",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"typecheck": "vue-tsc --noEmit",
"prepare": "husky",
"release": "semantic-release"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@testing-library/vue": "^8.1.0",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/coverage-v8": "^2.1.8",
"@vue/eslint-config-prettier": "^9.0.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.24.0",
"husky": "^9.0.11",
"jsdom": "^25.0.1",
"prettier": "^3.2.5",
"semantic-release": "^24.1.0",
"typescript": "^5.7.2",
"vite": "^6.0.2",
"vite-plugin-dts": "^4.0.3",
"vitest": "^2.1.8",
"vue-tsc": "^2.0.7"
}
}