-
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) · 804 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 804 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
34
35
36
37
{
"name": "glitch-hello-react",
"version": "0.0.5",
"description": "A simple React single page app, built with Vite and React.",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-spring": "^9.7.2",
"wouter": "^2.11.0"
},
"devDependencies": {
"tailwindcss": "^3.3.3",
"vite": "^4.0.0"
},
"browserslist": [
">0.2%",
"not dead"
],
"engines": {
"node": "14.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-react"
},
"glitch": {
"projectType": "generated_static"
}
}