-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 739 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 739 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
{
"name": "server-reason-react-example",
"version": "1.0.0",
"description": "",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"private": true,
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-refresh": "^0.14.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.1",
"@tailwindcss/forms": "^0.5.4",
"@vitejs/plugin-react": "^4.0.4",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"postcss-loader": "^7.3.3",
"tailwindcss": "^3.3.3",
"vite": "^4.4.9"
},
"type": "module"
}