-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 946 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
35
36
37
38
{
"name": "next-productbrew-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit",
"test": "jest"
},
"dependencies": {
"next": "^12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"@testing-library/dom": "^8.9.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.3.0",
"@types/react": "17.0.29",
"autoprefixer": "^10.4.0",
"babel-jest": "^27.2.5",
"eslint": "8.0.1",
"eslint-config-next": "11.1.2",
"jest": "^27.2.5",
"jest-dom": "^4.0.0",
"node-mocks-http": "^1.11.0",
"postcss": "^8.4.5",
"postcss-cli": "^9.0.1",
"tailwindcss": "^3.0.1",
"ts-jest": "^27.0.5",
"ts-loader": "^9.2.6",
"typescript": "4.4.4"
}
}