-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
62 lines (62 loc) · 1.91 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
{
"name": "qwq-ui",
"version": "0.0.1",
"author": "zrll | Gaoneng-wWw | Snowball_233",
"description": "A modern, silky-smooth UI framwork built on RsPack.",
"keywords": [
"ui",
"modern",
"qwq",
"cute"
],
"repository": {
"type": "git",
"url": "https://github.com/TeamVastsea/QwQUI"
},
"license": "MIT",
"homepage": "https://ui.qwq.my",
"bugs": "https://github.com/TeamVastsea/QwQUI/issues",
"dependencies": {
"@microsoft/api-extractor": "^7.47.9",
"@rsbuild/plugin-sass": "^1.0.1",
"@rslib/core": "^0.0.8",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@types/css-modules": "^1.0.5",
"@types/react": "^18.3.9",
"babel-jest": "^29.7.0",
"esno": "^4.7.0",
"globals": "^15.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"scripts": {
"prebuild": "esno internal/create-core-entry.ts && pnpm --filter @qwqui/* clean:dist",
"predev": "esno internal/create-core-entry.ts && pnpm --filter @qwqui/* clean:dist",
"test:type": "tsc --noEmit",
"test": "jest",
"build": "pnpm --filter !@qwqui/core build && pnpm --filter @qwqui/core build",
"clean:dist": "pnpm --filter @qwqui/* clean:dist",
"clean:deps": "pnpm --filter @qwqui/* clean:deps",
"create:comp": "esno internal/create-component.ts",
"dev": "pnpm -C doc dev",
"build:site": "pnpm prebuild && pnpm --filter @qwqui/doc build",
"lint": "eslint ."
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.8",
"@eslint/compat": "^1.1.1",
"@eslint/js": "^9.10.0",
"@types/jest": "^29.5.13",
"eslint": "^9.10.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"typescript-eslint": "^8.5.0"
}
}