-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.25 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "react-vscode-template",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"css": "postcss --config src/tailwind src/tailwind/index.css -o src/tailwind/tailwind.css",
"start": "vite",
"test": "jest",
"e2e": "cypress open",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@ant-design/icons": "4.7.0",
"@ant-design/pro-form": "1.49.6",
"@ant-design/pro-layout": "6.31.3",
"@ant-design/pro-table": "2.59.2",
"@fullhuman/postcss-purgecss": "4.1.3",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@jest/globals": "27.4.2",
"@jest/types": "27.4.2",
"@types/chai": "4.2.22",
"@types/chai-spies": "1.0.3",
"@types/enzyme": "3.10.10",
"@types/jest": "27.0.3",
"@types/mocha": "9.0.0",
"@types/react-dom": "17.0.11",
"@types/react-router-dom": "5.3.2",
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"@vitejs/plugin-react-refresh": "1.3.6",
"@wojtekmaj/enzyme-adapter-react-17": "0.6.5",
"antd": "4.17.2",
"autoprefixer": "10.4.0",
"axios": "0.24.0",
"axios-mock-adapter": "1.20.0",
"chai": "4.3.4",
"chai-spies": "1.0.0",
"cypress": "9.1.0",
"dayjs": "1.10.7",
"enzyme": "3.11.0",
"eslint": "7.32.0",
"eslint-config-airbnb": "19.0.1",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-import-resolver-alias": "1.1.2",
"eslint-import-resolver-typescript": "2.5.0",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0",
"ignore-styles": "5.0.1",
"jest": "27.4.3",
"jest-transform-stub": "2.0.0",
"jsdom": "18.1.1",
"jsdom-global": "3.0.2",
"less": "4.1.2",
"mobx": "6.3.8",
"mobx-react": "7.2.0",
"moment": "2.29.1",
"nyc": "15.1.0",
"postcss": "8.4.4",
"postcss-cli": "9.0.2",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-router-dom": "6.0.2",
"source-map-support": "0.5.21",
"tailwindcss": "2.2.19",
"ts-jest": "27.0.7",
"ts-node": "10.4.0",
"typescript": "4.5.2",
"vite": "2.6.14",
"vite-plugin-imp": "2.0.9"
}
}