-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 972 Bytes
/
package.json
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
{
"name": "mrm2021",
"homepage": "https://marsrovermanipal.com/",
"version": "0.1.0",
"private": true,
"dependencies": {
"@react-three/drei": "^7.16.2",
"@react-three/fiber": "^7.0.16",
"aos": "^3.0.0-beta.6",
"axios": "^0.23.0",
"cra-template": "1.1.2",
"flowbite": "^2.2.1",
"flowbite-react": "^0.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-pageflip": "^2.0.3",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-spring": "9.3.0",
"react-typewriter-effect": "^1.1.0",
"reactstrap": "^8.10.0",
"three": "^0.133.1",
"tsparticles": "^1.43.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"devDependencies": {
"tailwindcss": "^3.4.1"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}