-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 1.95 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "pard-website",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.2.3",
"detect-browser": "^5.3.0",
"firebase": "^9.22.1",
"firebase-tools": "^12.3.0",
"framer-motion": "^10.12.16",
"gsap": "^3.11.5",
"locomotive-scroll": "^4.1.4",
"react": "^18.2.0",
"react-animate-on-scroll": "^2.1.7",
"react-bootstrap": "^2.7.4",
"react-carousel": "^4.3.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^18.2.0",
"react-ga": "^3.3.1",
"react-gtm-module": "^2.0.11",
"react-icons": "^4.8.0",
"react-intersection-observer": "^9.4.3",
"react-player": "^2.12.0",
"react-responsive": "^9.0.2",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.11.1",
"react-router-sitemap": "^1.2.0",
"react-scripts": "5.0.1",
"react-scroll": "^1.8.9",
"react-spring": "^9.7.3",
"styled-components": "^5.3.10",
"swipe-core": "^0.1.13",
"swiper": "^9.3.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"sitemap": "babel-node src/sitemapGenerator.js",
"predeploy": "npm run sitemap"
},
"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"
]
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"gh-pages": "^5.0.0"
},
"homepage": "https://club-pard.github.io/"
}