-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.73 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
{
"name": "views-pattern-demonstration",
"version": "1.0.0",
"description": "Demo for views/components/hooks pattern demonstration",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=development docz dev",
"build": "docz build",
"deploy": "yarn build && gh-pages -d .docz/dist"
},
"keywords": [
"react",
"project",
"structure",
"components",
"views"
],
"author": "Martin Topolanek",
"license": "MIT",
"bugs": {
"url": "https://github.com/topolanekmartin/views-pattern/issues"
},
"homepage": "https://topolanekmartin.github.io/views-pattern",
"dependencies": {
"@atlasgroup/react-wrap": "^1.2.0",
"@emotion/react": "^11.5.0",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.0.5",
"@mui/material": "^5.0.0",
"@mui/styled-engine-sc": "^5.0.4",
"@mui/styles": "^5.0.2",
"@types/styled-components": "^5.1.15",
"babel-preset-gatsby": "^2.0.0",
"docz": "^2.3.1",
"gatsby-plugin-styled-components": "^5.0.0",
"gatsby-plugin-tsconfig-paths": "^1.0.3",
"gatsby-theme-docz": "^2.3.1",
"gatsby-theme-material-ui": "^5.0.0",
"gatsby-theme-material-ui-top-layout": "^5.0.0",
"gh-pages": "^3.2.3",
"prettier": "^2.4.1",
"raw-loader": "^4.0.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.3",
"theme-ui": "^0.12.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^17.0.30",
"@types/react-dom": "^17.0.9",
"tsconfig-paths-webpack-plugin": "^3.5.1"
}
}