-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
170 lines (170 loc) · 6.27 KB
/
package.json
File metadata and controls
170 lines (170 loc) · 6.27 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "@jgrieve/appwrapper",
"version": "0.0.0",
"description": "Components developed by Jameson R Grieve for use in React/NextJS projects.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint-fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"prettier": "prettier .",
"prettier-fix": "prettier --write .",
"fix": "prettier --write . && eslint . --ext .js,.jsx,.ts,.tsx --fix",
"compile": "tsc --jsx react-jsx && shx cp -r ./src/Style ./dist && npx postcss ./dist/Style/globals.css -o ./dist/Style/globals.css && shx cp ./tailwind.config.js ./dist",
"storybook": "storybook dev -p 6006",
"storybook-build": "storybook build",
"storybook-deploy": "storybook build && gh-pages -d storybook-static",
"build-storybook": "storybook build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JamesonRGrieve/appwrapper.git"
},
"keywords": [
"react",
"nextjs",
"components"
],
"author": "Jameson R Grieve",
"license": "ISC",
"bugs": {
"url": "https://github.com/JamesonRGrieve/appwrapper/issues"
},
"homepage": "http://jamesonrgrieve.github.io/appwrapper",
"files": [
"dist"
],
"_moduleAliases": {
"@": "."
},
"exports": {
".": "./dist/index.js",
"./tailwind.config.js": "./dist/tailwind.config.js",
"./Theming/SwitchDark": "./dist/Theming/SwitchDark.js",
"./Theming/SwitchColorblind": "./dist/Theming/SwitchColorblind.js",
"./Theming/ThemeWrapper": "./dist/Theming/ThemeWrapper.js",
"./Theming/BuildThemeSet": "./dist/Theming/BuildThemeSet.js",
"./Theming/Sample": "./dist/Theming/sample-theme.js",
"./Theming/ThemeToggle": "./dist/Theming/ThemeToggle.js",
"./Head": "./dist/Meta/Head.js",
"./types/Theming": "./dist/types/Theming.js",
"./AppWrapper/Wrapper": "./dist/AppWrapper/AppWrapper.js",
"./AppWrapper/Wrapper/Themed": "./dist/AppWrapper/ThemedAppWrapper.js",
"./AppWrapper/List": "./dist/AppWrapper/List.js",
"./Form/Button/ActionButton": "./dist/MUI/Styled/Button/ActionButton.js",
"./Form/Button/IconButton": "./dist/MUI/Styled/Button/IconButton.js",
"./Header/deprecated": "./dist/AppWrapper/HeaderFooter.js",
"./Footer": "./dist/AppWrapper/HeaderFooter.js",
"./AppWrapper/HeaderFooter": "./dist/AppWrapper/HeaderFooter.js",
"./Style/Global": "./dist/Style/globals.css",
"./QuotaSlider": "./dist/MUI/Styled/Slider/Quota.js",
"./Tabs/Panel": "./dist/Tabs/TabPanel.js",
"./useTheme": "./dist/Theming/useTheme.js",
"./Header": "./dist/AppWrapper/new/Header.js",
"./MobileSideBar": "./dist/AppWrapper/new/MobileSideBar.js",
"./Nav": "./dist/AppWrapper/new/Nav.js",
"./Wrapper": "./dist/AppWrapper/new/Wrapper.js",
"./UserMenu": "./dist/AppWrapper/new/UserMenu.js",
"./NewDialog": "./dist/Dialog/new/Dialog.js"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@hookform/resolvers": "^3.9.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@mui/system": "^5.16.7",
"@mui/utils": "^5.16.6",
"@mui/x-data-grid": "^6.20.4",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"assert": "^2.1.0",
"axios": "^1.8.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"cookies-next": "^4.2.1",
"input-otp": "^1.2.4",
"lucide-react": "^0.428.0",
"next": "^14.2.28",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-qr-code": "^2.0.15",
"react-simple-oauth2-login": "^0.5.4",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"timezones-list": "^3.0.3",
"vaul": "^0.9.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.6",
"@storybook/addon-actions": "^8.1.4",
"@storybook/addon-docs": "^8.1.4",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.6.12",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-themes": "^8.2.9",
"@storybook/blocks": "^8.1.4",
"@storybook/experimental-addon-test": "^8.6.12",
"@storybook/experimental-nextjs-vite": "^8.6.12",
"@storybook/manager-api": "^8.2.9",
"@storybook/react": "^8.1.4",
"@storybook/test": "^8.1.4",
"@tailwindcss/postcss": "^4.1.5",
"@types/node": "^20.16.5",
"@types/react": "^18.3.12",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-simple-oauth2-login": "^0.5.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitest/browser": "^3.1.3",
"@vitest/coverage-v8": "^3.1.3",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-no-use-extend-native": "^0.5.0",
"eslint-plugin-optimize-regex": "^1.2.1",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-security": "^2.1.1",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unused-imports": "^3.2.0",
"gh-pages": "^6.1.1",
"module-alias": "^2.2.3",
"playwright": "^1.52.0",
"postcss": "^8.4.45",
"postcss-cli": "^11.0.0",
"prettier": "^3.3.3",
"shx": "^0.3.4",
"storybook": "^8.6.12",
"tailwindcss": "^3.4.10",
"ts-loader": "^9.5.1",
"typescript": "^5.6.2",
"vitest": "^3.1.3"
}
}