-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 3.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
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
{
"name": "@weka/weka-ui-components",
"repository": {
"type": "git",
"url": "https://github.com/weka/weka-ui-components.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"type": "module",
"version": "3.89.0",
"module": "lib/main.ts",
"types": "lib/main.ts",
"scripts": {
"build": "vite build",
"prepare-for-release": "python scripts/prepare-for-release.py",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build -c .storybook",
"predeploy-storybook": "yarn run build-storybook",
"deploy-storybook": "gh-pages -d storybook-static"
},
"files": [
"dist",
".eslintrc"
],
"eslintConfig": {
"extends": [
"react-app"
],
"overrides": [
{
"files": [
"**/*.stories.*"
],
"rules": {
"import/no-anonymous-default-export": "off"
}
}
]
},
"dependencies": {
"@tanstack/react-table": "^8.14.0",
"@tanstack/react-virtual": "3.0.0-beta.60",
"ace-builds": "^1.36.2",
"check-password-strength": "^2.0.7",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"luxon": "^3.4.4",
"react-ace": "^12.0.0",
"react-router-dom": "^6.25.0",
"react-select": "^5.8.0",
"react-toastify": "^9.1.3",
"react-use": "^17.5.1",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"vite-plugin-dts": "^4.0.3",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-tsconfig-paths": "^5.1.2"
},
"peerDependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.1",
"luxon": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.6.2"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@chromatic-com/storybook": "^2.0.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/material": "^5.11.1",
"@storybook/addon-actions": "^8.3.6",
"@storybook/addon-cssresources": "^6.2.9",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-links": "^8.3.6",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^8.3.6",
"@storybook/react-webpack5": "^8.3.6",
"@storybook/test": "^8.3.6",
"@svgr/webpack": "^8.1.0",
"@types/luxon": "^3.2.0",
"@types/react": "^18.0.15",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "5.60.1",
"@vitejs/plugin-react": "^4.3.1",
"babel-loader": "^9.1.3",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"gh-pages": "^5.0.0",
"prettier": "^2.8.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.43.5",
"sass-loader": "^14.2.1",
"storybook": "^8.3.6",
"storybook-solidjs": "^1.0.0-beta.2",
"typescript": "5.1.6",
"url-loader": "^4.1.1",
"vite": "^5.3.6",
"vite-plugin-svgr": "^4.2.0"
}
}