-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 881 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 881 Bytes
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
{
"private": true,
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"lint": "turbo lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@wyw-in-js/vite": "^0.5.4",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.1",
"eslint-plugin-react-hooks": "^5.0.0",
"prettier": "^3.2.5",
"turbo": "^2.1.3"
},
"packageManager": "pnpm@8.15.6",
"name": "with-vite",
"dependencies": {
"@babel/preset-react": "^7.25.7",
"@babel/preset-typescript": "^7.25.7",
"@linaria/core": "^6.2.0",
"@linaria/react": "^6.2.1",
"@wyw-in-js/babel-preset": "^0.5.4",
"polished": "^4.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}