-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.56 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.56 KB
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
{
"name": "css-modules-kit-monorepo",
"private": true,
"license": "MIT",
"author": "mizdra <pp.mizdra@gmail.com>",
"repository": "https://github.com/mizdra/css-modules-kit.git",
"type": "module",
"scripts": {
"version": "./scripts/version.sh",
"build": "tsc -b tsconfig.build.json",
"check": "vp check",
"test": "vp test",
"vscode-test": "vscode-test",
"update-generated-in-examples": "./scripts/update-generated-in-examples.sh",
"prepare": "vp config"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"@changesets/types": "^6.1.0",
"@css-modules-kit/codegen": "workspace:^",
"@eslint/css": "^1.1.0",
"@mizdra/inline-fixture-files": "^2.1.1",
"@mizdra/oxfmt-config": "^0.2.0",
"@mizdra/oxlint-config": "^0.3.0",
"@types/mocha": "^10.0.10",
"@types/node": "^25.3.0",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^19.2.14",
"@types/vscode": "^1.109.0",
"@typescript/server-harness": "^0.3.5",
"@vscode/test-cli": "^0.0.12",
"@vscode/test-electron": "^2.5.2",
"@vscode/vsce": "^3.7.1",
"dedent": "^1.7.2",
"eslint": "^10.2.0",
"mocha": "^11.7.5",
"ovsx": "^0.10.10",
"rolldown": "1.0.0-rc.13",
"stylelint": "^17.6.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2",
"vite-plus": "catalog:",
"vitest": "catalog:"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}