-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.56 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "react",
"version": "1.0.0",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@emailjs/browser": "^4.4.1",
"@react-three/drei": "^9.88.11",
"@react-three/fiber": "^8.17.5",
"csbbust": "1.0.1",
"framer-motion": "^10.16.4",
"leaflet": "^1.9.4",
"paper": "^0.12.17",
"postcss": "^8.4.31",
"postcss-nested": "^6.0.1",
"react": "^18.3.1",
"react-animated-cursor": "^2.11.2",
"react-bootstrap": "^2.9.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-leaflet": "^4.2.1",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.17.0",
"react-spring": "^9.7.3",
"react-spring-3d-carousel": "^1.3.4",
"rollup": "^2.79.1",
"sass": "^1.77.8",
"slick-carousel": "^1.8.1",
"swiper": "^11.0.4",
"tailwindcss": "3.2.7",
"three": "^0.167.1",
"uuid": "^9.0.1",
"webgl-sdf-generator": "^1.1.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.5.4",
"postcss-nesting": "^12.0.1",
"react-error-overlay": "^6.0.9",
"tailwindcss": "^3.3.5",
"vite": "^5.3.1"
},
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"author": "",
"license": "ISC"
}