-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.78 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
48
49
50
51
52
{
"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.7.0",
"@changesets/cli": "^2.31.0",
"@changesets/types": "^6.1.0",
"@css-modules-kit/codegen": "workspace:^",
"@css-modules-kit/eslint-plugin": "workspace:^",
"@css-modules-kit/stylelint-plugin": "workspace:^",
"@eslint/css": "^1.4.0",
"@mizdra/inline-fixture-files": "^2.1.1",
"@mizdra/oxfmt-config": "^0.2.0",
"@mizdra/oxlint-config": "^0.5.0",
"@types/mocha": "^10.0.10",
"@types/node": "^26.1.0",
"@types/postcss-safe-parser": "^5.0.4",
"@types/react": "^19.2.17",
"@types/vscode": "^1.125.0",
"@typescript/server-harness": "^0.3.6",
"@vitest/coverage-v8": "^4.1.9",
"@vscode/test-cli": "^0.0.15",
"@vscode/test-electron": "^3.0.0",
"@vscode/vsce": "^3.9.2",
"dedent": "^1.7.2",
"eslint": "^10.6.0",
"mocha": "^11.7.6",
"ovsx": "^1.0.2",
"rolldown": "1.1.4",
"stylelint": "^17.14.0",
"stylelint-16": "npm:stylelint@^16.26.1",
"stylelint-17": "npm:stylelint@^17.14.0",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vite": "catalog:",
"vite-plus": "catalog:"
},
"packageManager": "pnpm@11.9.0+sha512.bd682d5d03fe525ef7c9fd6780c6884d1e756ac4c9c9fe00c538782824310dcf90e3ddc4f53835f06dfaebd5085e41855e0bcbb3b60de2ac5bbab89e5036f03b"
}