forked from medusajs/admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
128 lines (128 loc) · 4.07 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
{
"name": "medusa-admin",
"private": true,
"description": "A proprietary Admin system to manage Medusa Stores",
"version": "0.1.0",
"author": "@medusajs",
"resolutions": {
"devcert": "1.2.0",
"postcss": "^8.4.5"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@medusajs/medusa": "^1.2.1",
"@medusajs/medusa-js": "^1.1.1",
"@popperjs/core": "^2.10.2",
"@radix-ui/react-avatar": "^0.1.3",
"@radix-ui/react-collapsible": "^0.1.5",
"@radix-ui/react-dialog": "^0.1.5",
"@radix-ui/react-dropdown-menu": "^0.1.4",
"@radix-ui/react-popover": "^0.1.4",
"@radix-ui/react-portal": "^0.1.3",
"@radix-ui/react-radio-group": "^0.1.4",
"@radix-ui/react-tooltip": "^0.1.6",
"@rebass/forms": "^4.0.6",
"@svgr/webpack": "^5.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"axios": "^0.24.0",
"clsx": "^1.1.1",
"confetti-js": "^0.0.18",
"copy-to-clipboard": "^3.3.1",
"crypto-browserify": "^3.12.0",
"emoji-picker-react": "^3.5.0",
"emotion-theming": "^10.0.27",
"gatsby": "^4.4.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-create-client-paths": "^4.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-portal": "^1.0.7",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-plugin-typescript": "^4.5.1",
"gatsby-transformer-sharp": "^4.4.0",
"immutability-helper": "^3.1.1",
"iso8601-duration": "^1.3.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"medusa-react": "^0.2.1",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"query-string": "^7.1.1",
"react": "^16.12.0",
"react-collapse": "^5.0.1",
"react-collapsible": "^2.8.3",
"react-country-flag": "^2.3.0",
"react-currency-input-field": "^3.6.4",
"react-datepicker": "^3.6.0",
"react-dnd": "^14.0.5",
"react-dnd-html5-backend": "^14.1.0",
"react-dom": "^16.12.0",
"react-dropzone": "^11.3.4",
"react-helmet": "^6.0.0",
"react-hook-form": "^6.7.2",
"react-hot-toast": "^2.2.0",
"react-hotkeys-hook": "^2.4.0",
"react-json-view": "^1.19.1",
"react-jwt": "^1.1.4",
"react-multi-select-component": "^4.1.15",
"react-popper": "^2.2.5",
"react-select": "^5.2.2",
"react-table": "^7.7.0",
"react-toast-notifications": "^2.4.0",
"react-tooltip": "^4.2.10",
"rebass": "^4.0.7",
"stream-browserify": "^3.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-actions": "^6.4.9",
"@storybook/addon-docs": "^6.4.9",
"@storybook/addon-essentials": "^6.4.9",
"@storybook/addon-links": "^6.4.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.4.9",
"@storybook/theming": "^6.4.9",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/react-table": "^7.7.9",
"@typescript-eslint/parser": "^5.9.1",
"autoprefixer": "^10.4.1",
"babel-loader": "^8.1.0",
"chromatic": "^6.4.0",
"eslint": "^8.6.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"gatsby-plugin-postcss": "^5.4.0",
"postcss": "^8.4.5",
"prettier": "2.0.5",
"react-query": "^3.34.7",
"storybook-addon-gatsby": "^0.0.3",
"storybook-addon-state": "^1.0.3",
"tailwindcss": "^3.0.6",
"typescript": "^4.5.4",
"webpack": "^5.65.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -p 7000",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"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"
}
}