-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.35 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.35 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
{
"name": "react",
"version": "1.0.0",
"description": "React example starter project",
"keywords": [
"react",
"starter"
],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.1",
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-three/fiber": "8.12.0",
"bootstrap": "^5.3.2",
"bourbon": "^7.3.0",
"compass-mixins": "^0.12.12",
"dotenv": "^16.4.1",
"emailjs-com": "^3.2.0",
"font-awesome": "^4.7.0",
"framer-motion": "^11.0.3",
"loader-utils": "3.2.1",
"node-sass": "^7.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.3",
"react-router-dom": "6.12.1",
"react-scripts": "^5.0.1",
"react-scroll": "1.8.9",
"sass": "^1.69.5",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"sweetalert2": "^11.10.1",
"three": "^0.151.3"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
"typescript": "4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}