This repository has been archived by the owner on Aug 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 4.3 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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
{
"name": "opencrud-admin",
"version": "0.0.12",
"dependencies": {
"@material-ui/core": "3.9.2",
"@reach/router": "1.2.1",
"@rmwc/button": "5.1.8",
"@rmwc/card": "5.1.8",
"@rmwc/checkbox": "5.1.8",
"@rmwc/chip": "5.1.8",
"@rmwc/circular-progress": "5.1.8",
"@rmwc/data-table": "5.1.8",
"@rmwc/dialog": "5.1.8",
"@rmwc/drawer": "5.1.8",
"@rmwc/elevation": "5.1.8",
"@rmwc/fab": "5.1.8",
"@rmwc/grid": "5.1.8",
"@rmwc/icon": "5.1.8",
"@rmwc/icon-button": "5.1.8",
"@rmwc/image-list": "5.1.8",
"@rmwc/linear-progress": "5.1.8",
"@rmwc/list": "5.1.8",
"@rmwc/menu": "5.1.8",
"@rmwc/provider": "5.1.8",
"@rmwc/select": "5.1.8",
"@rmwc/snackbar": "5.1.8",
"@rmwc/switch": "5.1.8",
"@rmwc/tabs": "5.1.8",
"@rmwc/textfield": "5.1.8",
"@rmwc/theme": "5.1.8",
"@rmwc/top-app-bar": "5.1.8",
"@rmwc/typography": "5.1.8",
"@uppy/aws-s3": "0.30.2",
"@uppy/core": "0.30.2",
"@uppy/dashboard": "0.30.2",
"@uppy/react": "0.30.2",
"@uppy/tus": "0.30.3",
"apollo-cache-inmemory": "1.5.1",
"apollo-client": "2.5.1",
"apollo-link": "1.2.8",
"apollo-link-error": "1.1.7",
"apollo-link-http": "1.5.11",
"apollo-link-logger": "1.2.3",
"apollo-link-ws": "1.0.14",
"apollo-utilities": "1.2.1",
"chunked-file-reader": "0.0.3",
"draft-js": "0.10.5",
"draft-js-alignment-plugin": "2.0.5",
"draft-js-anchor-plugin": "2.0.2",
"draft-js-block-breakout-plugin": "2.0.1",
"draft-js-code-editor-plugin": "0.2.1",
"draft-js-focus-plugin": "2.2.0",
"draft-js-image-plugin": "2.0.6",
"draft-js-inline-toolbar-plugin": "3.0.0",
"draft-js-plugins-editor": "2.1.1",
"draft-js-prism-plugin": "0.1.3",
"draft-js-resizeable-plugin": "2.0.8",
"draft-js-richbuttons-plugin": "2.2.0",
"draft-js-side-toolbar-plugin": "3.0.1",
"draft-js-undo-plugin": "2.0.2",
"formik": "1.5.1",
"graphql": "14.1.1",
"graphql-tag": "2.10.1",
"is-absolute-url": "2.1.0",
"lazysizes": "4.1.6",
"localforage": "1.7.3",
"lodash": "4.17.11",
"luxon": "1.11.3",
"material-icons": "0.3.0",
"node-sass": "4.11.0",
"normalize.css": "8.0.1",
"pluralize": "7.0.0",
"polished": "3.0.3",
"prismjs": "1.15.0",
"prop-types": "15.7.2",
"react": "16.8.3",
"react-apollo": "2.5.1",
"react-apollo-network-status": "1.1.0",
"react-dom": "16.8.3",
"react-helmet": "5.2.0",
"react-imgix": "8.5.1",
"react-placeholder": "3.0.2",
"react-player": "1.9.3",
"react-scripts": "2.1.5",
"react-select": "2.4.1",
"react-sortable-hoc": "1.6.1",
"react-spring": "8.0.10",
"spark-md5": "3.0.0",
"styled-components": "4.1.3",
"subscriptions-transport-ws": "0.9.15",
"typeface-roboto": "0.0.54",
"unstated": "2.1.1",
"yup": "0.26.10"
},
"main": "./dist/App.js",
"scripts": {
"start": "run-p proxy dev",
"share": "run-p tunnel dev",
"dev": "react-scripts start",
"tunnel": "lt --port 5005 --subdomain hydrochempsc-admin",
"proxy": "local-ssl-proxy -s 5004 -t 5005 -c ~/localhost.crt -k ~/localhost.key",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prepack": "rimraf dist && dotenv -- babel src --out-dir dist --copy-files"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/cli": "7.2.3",
"babel-preset-react-app": "7.0.1",
"dotenv-cli": "1.4.0",
"local-ssl-proxy": "1.3.0",
"npm-run-all": "4.1.5",
"rimraf": "2.6.3"
},
"description": "I built this as a proof of concept and for a more prisma-centric \"react-admin\". If this works out well, I may choose to support it long-term, as Prisma is an excellent database API but with no real open-source CMS.",
"repository": {
"type": "git",
"url": "git+https://github.com/danielmahon/opencrud-admin.git"
},
"keywords": [
"OpenCRUD",
"Admin",
"Prisma",
"CMS",
"React",
"Material",
"Design",
"GraphQL",
"Backoffice",
"Panel"
],
"author": "Daniel Mahon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielmahon/opencrud-admin/issues"
}
}