-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1016 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"import": "node scripts/import/FOUO_Pending.mjs"
},
"dependencies": {
"@google-cloud/local-auth": "^2.1.0",
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tailwindcss/forms": "^0.5.6",
"d3": "^7.8.5",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"fuse.js": "^6.6.2",
"garden-kit": "^0.1.5",
"google-auth-library": "^8.9.0",
"googleapis": "^105.0.0",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"next": "^12.1.0",
"react": "^17.0.2",
"react-datepicker": "^4.21.0",
"react-dom": "^17.0.2",
"rsuite": "^5.41.0",
"save-svg-as-png": "^1.4.17",
"swr": "^1.3.0",
"topojson": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"open-graph-scraper": "^4.11.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "4.9.4"
}
}