UNPKG

2.27 kBJSONView Raw
1{
2 "name": "apollo-cms",
3 "version": "1.8.0",
4 "description": "Apollo-client for prisma-cms",
5 "main": "lib/App",
6 "module": "es/App",
7 "files": [
8 "src",
9 "css",
10 "es",
11 "lib",
12 "umd"
13 ],
14 "scripts": {
15 "build": "nwb build-react-component --copy-files",
16 "build-app": "react-scripts build",
17 "analyze": "source-map-explorer 'build/static/js/*.js'",
18 "clean": "nwb clean-module && nwb clean-demo",
19 "start-nwb": "nwb serve-react-demo",
20 "start": "react-scripts start --max-old-space-size=2048",
21 "test": "react-scripts test",
22 "test__": "nwb test-react",
23 "test:coverage": "react-scripts test --coverage",
24 "test:watch": "react-scripts test --watch"
25 },
26 "dependencies": {
27 "@prisma-cms/component": "latest",
28 "@prisma-cms/context": "latest",
29 "apollo-boost": "^0.1.17",
30 "apollo-cache-inmemory": "^1.3.6",
31 "apollo-client": "^2.4.3",
32 "apollo-link": "^1.1.0",
33 "apollo-link-error": "^1.0.5",
34 "apollo-link-http": "^1.5.5",
35 "apollo-link-http-common": "^0.2.5",
36 "apollo-link-ws": "^1.0.5",
37 "apollo-utilities": "^1.0.23",
38 "babel-runtime": "^6.26.0",
39 "extract-files": "^4.0.0",
40 "graphql": "^14.0.2",
41 "graphql-tag": "^2.7.3",
42 "material-ui": "1.0.0-beta.43",
43 "material-ui-icons": "^1.0.0-beta.17",
44 "prop-types": "^15.6.0",
45 "react": "^16.6.0",
46 "react-apollo": "^2.0.4",
47 "react-dom": "^16.6.0",
48 "subscriptions-transport-ws": "^0.9.5"
49 },
50 "peerDependencies": {
51 "react": "16.x"
52 },
53 "devDependencies": {
54 "@prisma-cms/front": "latest",
55 "@prisma-cms/front-editor": "latest",
56 "chalk": "^2.4.1",
57 "nwb": "0.23.x",
58 "react": "^16.2.0",
59 "react-dom": "^16.2.0",
60 "react-scripts": "^2.1.2",
61 "source-map-explorer": "^2.0.1"
62 },
63 "author": "Fi1osof",
64 "homepage": "https://github.com/Fi1osof/apollo-cms#readme",
65 "license": "MIT",
66 "repository": {
67 "type": "git",
68 "url": "git+https://github.com/Fi1osof/apollo-cms.git"
69 },
70 "keywords": [
71 "react-component"
72 ],
73 "directories": {
74 "lib": "lib",
75 "test": "tests"
76 },
77 "bugs": {
78 "url": "https://github.com/Fi1osof/apollo-cms/issues"
79 },
80 "browserslist": [
81 ">0.2%",
82 "not dead",
83 "not ie <= 11",
84 "not op_mini all"
85 ]
86}