-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.34 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
44
45
46
47
48
{
"name": "admin-moomark",
"version": "0.0.1",
"scripts": {
"test": "jest",
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc --noEmit --esModuleInterop",
"lint": "eslint ."
},
"dependencies": {
"@ant-design/icons": "^4.2.1",
"antd": "^4.4.0",
"chart.js": "^2.9.4",
"next": "^10.0.4",
"react": "^16.12.0",
"react-chartjs-2": "^2.11.1",
"react-dom": "^16.12.0",
"sass": "^1.30.0"
},
"devDependencies": {
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.17",
"@types/react": "^17.0.0",
"@types/react-dom": "^16.9.4",
"@typescript-eslint/eslint-plugin": "^4.11.1",
"@typescript-eslint/parser": "^4.11.1",
"@zeit/next-sass": "^1.0.1",
"antd-scss-theme-plugin": "^1.0.8",
"babel-jest": "^26.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
"enzyme-to-json": "^3.6.1",
"eslint": "7.2.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-babel-module": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.20.0",
"jest": "^26.6.3",
"typescript": "^4.1.3"
},
"license": "MIT"
}