-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "the-house-of-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "12.1.2",
"react": "18.0.0",
"react-dom": "18.0.0"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@cypress/code-coverage": "^3.9.12",
"@netlify/plugin-nextjs": "^4.1.1",
"@testing-library/cypress": "^8.0.2",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"autoprefixer": "^10.4.2",
"babel-plugin-istanbul": "^6.1.1",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"cypress": "^9.2.1",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.8",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-node": "^11.1.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13",
"typescript": "^4.5.4"
}
}