-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.47 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
54
55
56
57
58
59
60
{
"name": "sparkcu",
"version": "0.1.0",
"homepage": "https://cuspark.live",
"private": true,
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.15.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@use-gesture/react": "^10.3.1",
"canvas-confetti": "^1.9.3",
"d3": "^7.9.0",
"firebase": "^12.1.0",
"gsap": "^3.13.0",
"lenis": "^1.3.11",
"motion": "^12.23.12",
"ogl": "^1.0.11",
"pdfjs-dist": "^5.3.93",
"react": "^18.3.1",
"react-d3-tree": "^3.6.6",
"react-dom": "^18.3.1",
"react-pdf": "^7.7.0",
"react-router-dom": "^7.8.2",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4",
"xlsx": "^0.18.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && node scripts/generate-sitemap.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"generate-sitemap": "node scripts/generate-sitemap.js"
},
"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": {
"gh-pages": "^6.3.0"
}
}