-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
85 lines (85 loc) · 2.6 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
{
"name": "gatsby-theme-medusa-admin",
"private": false,
"main": "index.js",
"version": "1.0.8-canary.0",
"description": "Gatsby theme for Medusa Admin",
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@material-ui/icons": "^4.11.2",
"@rebass/forms": "^4.0.6",
"@rebass/preset": "^4.0.5",
"@storybook/theming": "^5.3.19",
"@svgr/webpack": "^5.4.0",
"axios": "^0.24.0",
"copy-to-clipboard": "^3.3.1",
"emotion-theming": "^10.0.27",
"gatsby-image": "^3.11.0",
"gatsby-plugin-create-client-paths": "^3.14.0",
"gatsby-plugin-manifest": "^3.14.0",
"gatsby-plugin-offline": "^4.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"lodash": "^4.17.21",
"moment": "^2.27.0",
"prop-types": "^15.7.2",
"qs": "^6.9.6",
"query-string": "^6.13.1",
"react-collapse": "^5.0.1",
"react-collapsible": "^2.8.3",
"react-country-flag": "^2.3.0",
"react-datepicker": "^3.6.0",
"react-dropzone": "^11.3.4",
"react-helmet": "^6.0.0",
"react-hook-form": "^6.7.2",
"react-hotkeys": "^2.0.0",
"react-hotkeys-hook": "^2.4.0",
"react-json-view": "^1.19.1",
"react-multi-select-component": "^2.0.12",
"react-select": "^4.1.0",
"react-toast-notifications": "^2.4.0",
"react-tooltip": "^4.2.10",
"rebass": "^4.0.7"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/addon-actions": "^5.3.19",
"@storybook/addon-backgrounds": "^5.3.19",
"@storybook/addon-links": "^5.3.19",
"@storybook/addons": "^5.3.19",
"@storybook/react": "^5.3.19",
"babel-loader": "^8.1.0",
"gatsby": "^3.14.4",
"prettier": "2.0.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"peerDependencies": {
"gatsby": "^3.14.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"scripts": {
"dev": "yarn develop",
"build": "gatsby build",
"develop": "gatsby develop -p 7000",
"format": "prettier --write \"**/*.{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/gatsby-theme-medusa-admin"
},
"bugs": {
"url": "https://github.com/medusajs/gatsby-theme-medusa-admin/issues"
}
}