-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.04 KB
/
package.json
File metadata and controls
37 lines (37 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
{
"name": "react-pg",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "run-p \"dev:*\"",
"dev:css": "pnpm generate:css --watch",
"dev:vite": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"generate:css": "tailwindcss -i ../../sp-styles/tailwind.css -o ./styles/tailwind.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "^10.4.8",
"npm-run-all": "^4.1.5",
"nx": "^15.0.0",
"postcss": "^8.4.16",
"postcss-cli": "^10.0.0",
"postcss-import": "^14.1.0",
"tailwindcss": "^3.1.8",
"tailwindcss-logical": "^3.0.0",
"typescript": "^4.8.2",
"vite": "^2.9.15"
}
}