-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.43 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
{
"name": "nextjs-crowd",
"version": "0.9.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build-job": "tsc -p ./jobs/tsconfig-job.json",
"job": "node -r dotenv/config ./dist/jobs/js-cron.js dotenv_config_path=./.env.job.local",
"cloud-run": "node -r dotenv/config ./dist/jobs/cloud-run.js dotenv_config_path=./.env.job",
"combo": "npm run dev & npm run job",
"combo-start": "npm start & npm run job"
},
"dependencies": {
"@types/cache-manager": "^4.0.1",
"@types/feather-icons": "^4.7.0",
"bootstrap": "^5.2.0",
"cache-manager": "^4.1.0",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"feather-icons": "^4.29.0",
"javascript-time-ago": "^2.5.7",
"jshashes": "^1.0.8",
"lodash.clonedeep": "^4.5.0",
"needle": "^3.1.0",
"next": "12.2.3",
"node-cron": "^3.0.2",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-bootstrap": "^2.4.0",
"react-dom": "18.2.0",
"redis": "^4.2.0",
"redis-om": "^0.3.6",
"twitter-api-sdk": "^1.1.0",
"webpack-merge": "^5.8.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "18.6.3",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"eslint": "8.21.0",
"eslint-config-next": "12.2.3",
"typescript": "4.7.4"
}
}