-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.11 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
{
"name": "next-todos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@reduxjs/toolkit": "^1.6.2",
"antd": "^4.16.13",
"cors": "^2.8.5",
"firebase": "^9.3.0",
"next": "11.1.2",
"next-plugin-antd-less": "^1.4.4",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-redux": "^7.2.6",
"redux-persist": "^6.0.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/styled-components": "^5.1.15",
"babel-jest": "^27.3.1",
"babel-plugin-import": "^1.13.3",
"babel-plugin-styled-components": "^1.13.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"eslint-plugin-testing-library": "^4.12.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jest-styled-components": "^7.0.5"
}
}