-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "duleep-netlify",
"version": "0.5.0",
"private": true,
"dependencies": {
"animate.css": "^3.7.2",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"mdb-ui-kit": "^3.10.1",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^7.7.2",
"react": "^16.14.0",
"react-animate-on-scroll": "^2.1.5",
"react-bootstrap": "^2.0.2",
"react-dom": "^16.8.6",
"react-google-maps": "^7.3.0",
"react-scripts": "^5.0.1",
"react-tsparticles": "^1.37.5",
"react-typed": "^1.2.0",
"TagCloud": "^2.2.0",
"typescript": "^4.7.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"netlify": "netlify"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"netlify-cli": "^2.71.0",
"npm-run-all": "^4.1.5"
}
}