-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 4.18 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
{
"name": "medusa-admin",
"private": true,
"description": "A proprietary Admin system to manage Medusa Stores",
"version": "0.1.0",
"author": "@medusajs",
"resolutions": {
"devcert": "1.2.1",
"postcss": "^8.4.5",
"@types/react": "^18.0.21"
},
"dependencies": {
"@hookform/error-message": "^2.0.0",
"@medusajs/medusa": "^1.7.7",
"@radix-ui/react-accordion": "^1.0.1",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-popover": "^1.0.3",
"@radix-ui/react-portal": "^1.0.1",
"@radix-ui/react-radio-group": "^1.1.0",
"@radix-ui/react-select": "^1.2.0",
"@radix-ui/react-switch": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.2",
"@segment/analytics-next": "^1.43.0",
"@sentry/integrations": "^7.46.0",
"@sentry/react": "^7.45.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@tanstack/react-query": "^4.22.4",
"@tanstack/react-table": "^8.7.9",
"axios": "^1.1.3",
"clsx": "^1.1.1",
"confetti-js": "^0.0.18",
"copy-to-clipboard": "^3.3.1",
"crypto-browserify": "^3.12.0",
"emoji-picker-react": "^4.4.3",
"framer-motion": "^7.6.12",
"immutability-helper": "^3.1.1",
"iso8601-duration": "^1.3.0",
"lodash": "^4.17.21",
"medusa-react": "^4.0.3",
"moment": "^2.27.0",
"query-string": "^7.1.1",
"randomatic": "^3.1.1",
"react": "^18.2.0",
"react-collapsible": "^2.8.3",
"react-country-flag": "^3.0.2",
"react-currency-input-field": "^3.6.8",
"react-datepicker": "^4.8.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.0.0",
"react-highlight-words": "^0.18.0",
"react-hook-form": "7.38.0",
"react-hot-toast": "^2.4.0",
"react-hotkeys-hook": "^3.4.7",
"react-json-tree": "^0.17.0",
"react-jwt": "^1.1.4",
"react-router-dom": "^6.4.2",
"react-select": "^5.5.4",
"react-table": "^7.7.0",
"stream-browserify": "^3.0.0",
"type-fest": "^2.16.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@sentry/vite-plugin": "^0.4.0",
"@storybook/addon-essentials": "^6.5.5",
"@storybook/builder-vite": "^0.2.4",
"@storybook/react": "^6.5.5",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.3.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/randomatic": "^3.1.3",
"@types/react": "^18.0.21",
"@types/react-datepicker": "^4.3.4",
"@types/react-dom": "^18.0.6",
"@types/react-highlight-words": "^0.16.4",
"@types/react-table": "^7.7.9",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^8.1.0",
"chromatic": "^6.4.0",
"eslint": "^8.33.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"eslint-plugin-vitest-globals": "^1.2.0",
"jsdom": "^21.1.0",
"postcss": "^8.4.18",
"prettier": "^2.0.5",
"prettier-plugin-tailwindcss": "^0.2.2",
"storybook-addon-state": "^1.0.3",
"tailwindcss": "3.2.2",
"tailwindcss-radix": "^2.6.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.2",
"vite": "^4.1.1",
"vitest": "^0.28.4"
},
"scripts": {
"dev": "vite --port 7000",
"develop": "npm run dev",
"check": "tsc",
"build": "vite build",
"preview": "vite preview --port 7000",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "npm run dev",
"serve": "npm run preview",
"test": "vitest",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "https://github.com/medusajs/admin"
},
"bugs": {
"url": "https://github.com/medusajs/admin/issues"
}
}