-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 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
{
"name": "starsync",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "stylelint \"src/**/*.styles.{js,jsx}\" --fix",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"axios": "^1.8.4",
"facepaint": "^1.2.1",
"motion": "^12.9.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.5.0",
"react-router-dom": "^7.5.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@emotion/babel-plugin": "^11.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react-swc": "^3.8.0",
"globals": "^15.15.0",
"lefthook": "^1.11.10",
"postcss-styled-syntax": "^0.7.1",
"stylelint": "^16.18.0",
"stylelint-config-standard": "^38.0.0",
"stylelint-order": "^6.0.4",
"vite": "^6.3.5"
}
}