-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 808 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 808 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
38
{
"name": "nwHacks-project",
"version": "0.0.0",
"description": "Simple project for nwHacks",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-spring": "^9.4.1",
"wouter": "^2.7.4",
"react-helmet-async": "^1.2.2",
"sass": "^1.48.0",
"normalize-css": "^2.3.1",
"react-bootstrap": "^2.1.1",
"react-masonry-component": "^6.3.0"
},
"devDependencies": {
"@vitejs/plugin-react-refresh": "^1.3.6",
"vite": "^2.4.4"
},
"browserslist": [
">0.2%",
"not dead"
],
"engines": {
"node": "12.x"
},
"repository": {
"url": "https://github.com/lis-b/nwhacks-2022"
},
"glitch": {
"projectType": "generated_static"
}
}