-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "lambda",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open --e2e --browser electron",
"test": "cypress run"
},
"dependencies": {
"@prisma/client": "^4.2.1",
"bootstrap-icons": "^1.8.0",
"cookie": "^0.4.1",
"dotenv-safe": "^8.2.0",
"iron-session": "^6.2.0",
"next": "12",
"openpgp": "^5.0.1",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@tailwindcss/jit": "^0.1.18",
"@types/cookie": "^0.4.1",
"@types/node": "17.0.8",
"@types/react": "17.0.38",
"autoprefixer": "^10.4.2",
"cypress": "^10.6.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.6",
"prisma": "^4.2.1",
"tailwindcss": "^3.1.8",
"typescript": "4.5.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}