-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.06 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
41
{
"name": "playground-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"init": "tsx scripts/init-template.ts",
"dev": "vite",
"build": "vite build"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.25.0",
"devDependencies": {
"@types/node": "^26.1.2",
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
"@typescript/native": "npm:typescript@7.0.2",
"@vitejs/plugin-react": "^6.0.4",
"autoprefixer": "^10.5.0",
"eslint": "^10.8.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-x": "^4.17.1",
"eslint-plugin-prettier": "^5.5.6",
"globals": "^17.6.0",
"postcss": "^8.5.15",
"postcss-load-config": "^6.0.1",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.19",
"tailwindcss-rem-to-px": "^0.1.1",
"tsx": "^4.22.4",
"typescript": "npm:@typescript/typescript6@^6.0.2",
"typescript-eslint": "^8.65.0",
"vite": "^8.0.16"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
}
}