forked from lis-b/hackcamp-2021
-
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) · 811 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 811 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.2",
"description": "A simple React single page app, built with Vite and React.",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"normalize.css": "^8.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.2",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.1.2",
"react-switch": "^6.0.0",
"sass": "^1.43.4",
"wouter": "^2.7.4"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"vite": "^2.4.4"
},
"browserslist": [
">0.2%",
"not dead"
],
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://glitch.com/edit/#!/glitch-hello-react"
},
"glitch": {
"projectType": "generated_static"
}
}