-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 916 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
{
"name": "animalagriculture",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"migrate": "node-pg-migrate"
},
"dependencies": {
"@supabase/supabase-js": "^1.28.1",
"babel-plugin-styled-components": "^2.0.1",
"mysql": "^2.14.1",
"next": "12.0.3",
"node-pg-migrate": "^6.0.0",
"pg": "^8.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-player": "^2.9.0",
"styled-components": "^5.3.3",
"svg-captcha": "^1.4.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "^8.0.29",
"@types/react": "17.0.34",
"eslint": "7",
"eslint-config-next": "12.0.3",
"ts-node": "3.3.0",
"typescript": "^4.3.2"
}
}