-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.46 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "gigaland",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@reach/router": "^1.3.4",
"@tim-soft/react-spring-web": "^9.0.0-beta.36",
"axios": "^1.6.8",
"bootstrap": "^5.1.1",
"cra-template": "1.1.2",
"elegant-icons": "0.0.1",
"emailjs-com": "^3.2.0",
"et-line": "^1.0.1",
"font-awesome": "^4.7.0",
"react": "^17.0.2",
"react-app-rewired": "^2.1.8",
"react-awesome-reveal": "^3.8.1",
"react-bootstrap": "^1.6.3",
"react-cool-onclickoutside": "^1.6.2",
"react-dom": "^17.0.2",
"react-photo-gallery": "^8.0.0",
"react-pose": "^4.0.10",
"react-router-dom": "^6.23.1",
"react-scripts": "4.0.3",
"react-select": "^4.3.1",
"react-slick": "^0.28.1",
"react-socks": "^2.2.0",
"react-spring-lightbox": "^1.6.0",
"react-tsparticles": "^1.34.0",
"sass": "^1.39.2",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.1",
"web-vitals": "^2.1.0"
},
"scripts": {
"start": "set HOST=0.0.0.0&& react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}