-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.89 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.89 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"homepage": "https://Rajiv-Goel.github.io/esipl",
"name": "esipl",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@heroicons/react": "^1.0.6",
"@material-tailwind/react": "^2.1.10",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf/renderer": "^4.0.0",
"@react-spring/web": "^9.7.5",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"animate.css": "^4.1.1",
"framer-motion": "^11.4.0",
"jquery": "^3.7.1",
"jszip": "^3.10.1",
"leaflet": "^1.9.4",
"pdfjs-dist": "^4.7.76",
"react": "^18.3.1",
"react-doc-viewer": "^0.1.14",
"react-dom": "^18.3.1",
"react-flip-page": "^1.6.4",
"react-icons": "^5.3.0",
"react-intersection-observer": "^9.13.0",
"react-lazy-load-image-component": "^1.6.2",
"react-leaflet": "^4.2.1",
"react-pdf": "^9.1.1",
"react-pdf-highlighter": "^8.0.0-rc.0",
"react-router-dom": "^6.26.1",
"react-scripts": "5.0.1",
"react-slick": "^0.30.2",
"react-spring": "^9.7.4",
"react-window": "^1.8.10",
"slick-carousel": "^1.8.1",
"togeojson": "^0.16.0",
"turn.js": "^1.0.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d 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"
]
},
"devDependencies": {
"gh-pages": "^6.1.1",
"tailwindcss": "^3.4.10"
}
}