-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.32 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
{
"name": "brandeck",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p $PORT",
"lint": "next lint",
"newver": "./scripts/create-new-version"
},
"dependencies": {
"@fast-csv/parse": "^5.0.0",
"@googleapis/drive": "^8.5.0",
"google-auth-library": "^9.4.2",
"lodash.camelcase": "^4.3.0",
"lodash.maxby": "^4.6.0",
"memory-cache": "^0.2.0",
"next": "^14.0.4",
"nextjs-basic-auth": "^0.1.3",
"puppeteer": "^13.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-markdown": "^9.0.1",
"redis": "^4.6.12"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/lodash.camelcase": "^4.3.9",
"@types/node": "17.0.31",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"autoprefixer": "^10.0.1",
"eslint": "8.15.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8",
"sass": "^1.52.3",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"cacheDirectories": [
".next/cache"
],
"browser": {
"child_process": false
},
"engines": {
"npm": "<=10.8.3 >=10.3.0",
"node": "<=22.8.0 >=20.11.0"
}
}