-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.43 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
77
78
79
80
81
82
83
84
85
86
{
"name": "pro-pg",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ant-design/icons": "^4.5.0",
"@ant-design/pro-card": "^1.13.0",
"@ant-design/pro-descriptions": "^1.6.8",
"@ant-design/pro-form": "^1.18.3",
"@ant-design/pro-layout": "^6.15.3",
"@ant-design/pro-table": "^2.30.8",
"@craco/craco": "^6.1.2",
"@supabase/supabase-js": "^1.11.17",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"antd": "^4.14.0",
"axios": "^0.21.1",
"craco-less": "^1.17.1",
"lodash": "^4.17.11",
"moment": "^2.25.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.17.1",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-use": "^17.2.4",
"web-vitals": "^1.0.1"
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-essentials": "^6.3.8",
"@storybook/addon-links": "^6.3.8",
"@storybook/node-logger": "^6.3.8",
"@storybook/react": "^6.3.8",
"@types/lodash": "^4.14.144",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-router": "^5.1.15",
"autoprefixer": "^9.8.6",
"handlebars": "^4.7.7",
"node-fetch": "^2.6.1",
"openapi-typescript": "^3.2.3",
"postcss": "^7.0.36",
"prettier": "^2.3.0",
"replace-in-file": "^6.2.0",
"storybook-preset-craco": "^0.0.4",
"swagger-typescript-api": "^9.0.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.7",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 5486 -s public",
"build-storybook": "build-storybook -s public",
"generate": "ts-node -r tsconfig-paths/register ./src/dvdrental/client/meta/generate.ts "
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"import/no-anonymous-default-export": 0,
"react-hooks/rules-of-hooks": 0,
"@typescript-eslint/no-unused-expressions": 0
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}