forked from bareynol/mui-theme-creator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.17 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
{
"name": "backstage-theme-creator",
"private": true,
"description": "Tool for customizing the Backstage Material UI Theme",
"version": "0.1.0",
"type": "module",
"dependencies": {
"@backstage/app-defaults": "^1.4.4",
"@backstage/core-app-api": "^1.11.0",
"@backstage/core-components": "^0.13.7",
"@backstage/core-plugin-api": "^1.7.0",
"@backstage/dev-utils": "^1.0.22",
"@backstage/integration-react": "^1.1.20",
"@backstage/plugin-api-docs": "^0.9.12",
"@backstage/plugin-catalog": "^1.14.0",
"@backstage/plugin-home": "^0.6.0",
"@backstage/plugin-tech-radar": "^0.6.9",
"@backstage/plugin-todo": "^0.2.29",
"@backstage/test-utils": "^1.4.4",
"@backstage/theme": "^0.4.3",
"@material-ui/core": "^4.12.2",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "4.0.0-alpha.61",
"@rjsf/core": "^5.13.6",
"deepmerge": "^4.2.2",
"dot-prop-immutable": "^2.1.0",
"json5": "^2.1.3",
"mdi-material-ui": "^6.18.0",
"moment": "^2.27.0",
"monaco-editor": "^0.44.0",
"react": "^18.2.0",
"react-color": "^2.18.1",
"react-dom": "^18.2.0",
"react-redux": "^7.2.0",
"react-router-dom": "^6.18.0",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@testing-library/react": "^14.1.0",
"@types/codemirror": "^0.0.97",
"@types/dot-prop-immutable": "^1.5.1",
"@types/prettier": "^2.0.2",
"@types/react-color": "^3.0.4",
"@types/react-redux": "^7.1.9",
"@types/recharts": "^1.8.14",
"@types/webfontloader": "^1.6.32",
"@vitejs/plugin-react": "^4.0.4",
"gh-pages": "^3.1.0",
"identity-obj-proxy": "^3.0.0",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"typescript": "4.8.4",
"vite": "^4.4.8"
},
"license": "0BSD",
"scripts": {
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"dev": "vite",
"build": "vite build"
}
}