-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 4.11 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 4.11 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "ownercommunity-ui",
"version": "0.1.17",
"type": "module",
"private": true,
"dependencies": {
"@ant-design/compatible": "^5.1.1",
"@ant-design/cssinjs": "^1.9.1",
"@ant-design/pro-layout": "^7.13.3",
"@apollo/client": "^3.5.8",
"@azure/storage-blob": "^12.14.0",
"@craftjs/core": "^0.2.0-beta.5",
"@headlessui/react": "^1.7.14",
"@microsoft/applicationinsights-react-js": "^3.4.3",
"@microsoft/applicationinsights-web": "~2.8.14",
"@nosferatu500/react-sortable-tree": "^4.0.6",
"@types/async-retry": "^1.3.0",
"@types/node": "^20.10.3",
"@vitest/coverage-v8": "^1.2.2",
"antd": "^5.4.7",
"antd-img-crop": "^4.12.2",
"async-retry": "^1.3.3",
"axios": "^1.6.7",
"axios-cache-interceptor": "^1.5.1",
"axios-retry": "^4.0.0",
"browser-image-compression": "^1.0.17",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.11.0",
"graphql": "^16.3.0",
"jwt-decode": "^4.0.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lodash": "^4.17.21",
"lru-cache": "^9.1.1",
"process": "^0.11.10",
"rc-resize-observer": "^1.2.0",
"react": "^18.2.0",
"react-contenteditable": "^3.3.6",
"react-dom": "^18.2.0",
"react-oidc-context": "^2.3.1",
"react-router-dom": "^6.21.3",
"stream-browserify": "^3.0.0",
"uniqid": "^5.4.0",
"use-local-storage-state": "^13.0.0"
},
"scripts": {
"prebuild": "node generate-build-version.cjs",
"start": "vite",
"build": "tsc && vite build --base=https://ownercommunity-ui.pages.dev/",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prod:build": "npm run build && http-server -p 3000 build",
"prod": "http-server -p 3000 build",
"test": "vitest --typecheck",
"coverage": "vitest run --coverage",
"build:major": "node generate-build-version major && npm run build",
"build:minor": "node generate-build-version minor && npm run build",
"tscheck": "tsc --noEmit --watch",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"clean": "rm -rf node_modules && rm -rf build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest",
"plugin:storybook/recommended",
"plugin:react/recommended"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off",
"react/jsx-uses-react": "off",
"react/react-in-jsx-scope": "off"
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-vite": "^7.6.10",
"@storybook/test": "^7.6.10",
"@testing-library/jest-dom": "^6.4.0",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.2",
"@types/lodash": "^4.14.182",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/uniqid": "^5.3.2",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"http-server": "^14.1.1",
"jsdom": "^24.0.0",
"postcss": "^8.4.6",
"prop-types": "^15.8.1",
"storybook": "^7.6.10",
"tailwindcss": "^3.0.18",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vitest": "^1.2.2",
"webpack": "^5.89.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.9.6"
}
}