-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "movact-frontend-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll --coverage"
},
"dependencies": {
"@babel/core": "^7.15.5",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.1",
"autoprefixer": "^10.3.6",
"babel-jest": "^27.2.3",
"jest": "^27.2.3",
"next": "11.1.2",
"postcss": "^8.3.8",
"react": "17.0.2",
"react-dom": "17.0.2",
"tailwindcss": "^2.2.16"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react": "17.0.24",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"critters": "0.0.7",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.4",
"typescript": "4.4.3"
}
}