-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "space",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"prepare": "husky install",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint:biome": "biome check --unsafe --write .",
"lint:ls-lint": "ls-lint",
"lint:commitlint": "commitlint",
"test:lib": "vitest run",
"test:types": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fkworld/space.git"
},
"author": "fkworld",
"license": "MIT",
"bugs": {
"url": "https://github.com/fkworld/space/issues"
},
"homepage": "https://github.com/fkworld/space",
"dependencies": {
"@mantine/core": "^7.14.2",
"@mantine/form": "^7.14.2",
"@mantine/hooks": "^7.14.2",
"@tabler/icons-react": "^3.22.0",
"@vitejs/plugin-react": "^4.3.4",
"color": "^4.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router": "^7.0.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^6.0.1",
"vite-tsconfig-paths": "^5.1.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@ls-lint/ls-lint": "^2.2.3",
"@types/color": "^4.2.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"husky": "^9.1.7",
"vitest": "^2.1.6"
}
}