-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 889 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 889 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
{
"name": "trinity_tech",
"version": "0.1.0",
"private": true,
"dependencies": {
"firebase": "^9.9.1",
"formik": "^2.2.9",
"gatsby-plugin-image": "^2.19.0",
"i18next": "21.6.16",
"i18next-browser-languagedetector": "6.1.4",
"i18next-http-backend": "1.4.0",
"react": "^16.8.0",
"react-build": "^1.0.8",
"react-dom": "^16.8.0",
"react-i18next": "11.16.7",
"react-lazy-load-image-component": "^1.5.5",
"react-particles-js": "^2.4.2",
"react-router-dom": "^6.0.2",
"react-scripts": "^4.0.3",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}