-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.69 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
{
"name": "pure-react",
"version": "1.0.0",
"type": "module",
"scripts": {
"prepare": "husky",
"dev": "vite --host",
"build-staging": "tsc && vite build --mode staging",
"build-prod": "tsc && vite build",
"preview": "tsc && vite build && vite preview",
"test": "vitest run",
"test-watch": "vitest",
"type": "tsc --incremental",
"lint": "eslint --cache **/*.ts{,x}",
"ci": "biome ci"
},
"repository": {
"type": "git",
"url": "git+https://github.com/YiCChi/pure-react.git"
},
"keywords": [
"react",
"ts"
],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/YiCChi/pure-react/issues"
},
"homepage": "https://github.com/YiCChi/pure-react#readme",
"dependencies": {
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.4.1",
"@mui/material": "6.4.1",
"@mui/x-data-grid": "7.24.1",
"@mui/x-date-pickers": "7.24.1",
"lodash": "4.17.21",
"luxon": "3.5.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router": "^7.1.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/react": "16.2.0",
"@types/lodash": "4.17.15",
"@types/node": "22.12.0",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "3.0.4",
"husky": "9.1.7",
"jsdom": "26.0.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "3.0.4"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}