UNPKG

2.16 kBJSONView Raw
1{
2 "name": "apollo-cms",
3 "version": "1.7.6",
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 "clean": "nwb clean-module && nwb clean-demo",
18 "start-nwb": "nwb serve-react-demo",
19 "start": "react-scripts start --max-old-space-size=2048",
20 "test": "react-scripts test",
21 "test__": "nwb test-react",
22 "test:coverage": "react-scripts test --coverage",
23 "test:watch": "react-scripts test --watch"
24 },
25 "dependencies": {
26 "@prisma-cms/component": "latest",
27 "@prisma-cms/context": "latest",
28 "apollo-boost": "^0.1.17",
29 "apollo-cache-inmemory": "^1.3.6",
30 "apollo-client": "^2.4.3",
31 "apollo-link": "^1.1.0",
32 "apollo-link-error": "^1.0.5",
33 "apollo-link-http": "^1.5.5",
34 "apollo-link-http-common": "^0.2.5",
35 "apollo-link-ws": "^1.0.5",
36 "apollo-utilities": "^1.0.23",
37 "babel-runtime": "^6.26.0",
38 "excellentexport": "^3.3.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 "chalk": "^2.4.1",
56 "nwb": "0.23.x",
57 "react": "^16.2.0",
58 "react-dom": "^16.2.0",
59 "react-scripts": "^2.1.2"
60 },
61 "author": "Fi1osof",
62 "homepage": "https://github.com/Fi1osof/apollo-cms#readme",
63 "license": "MIT",
64 "repository": {
65 "type": "git",
66 "url": "git+https://github.com/Fi1osof/apollo-cms.git"
67 },
68 "keywords": [
69 "react-component"
70 ],
71 "directories": {
72 "lib": "lib",
73 "test": "tests"
74 },
75 "bugs": {
76 "url": "https://github.com/Fi1osof/apollo-cms/issues"
77 },
78 "browserslist": [
79 ">0.2%",
80 "not dead",
81 "not ie <= 11",
82 "not op_mini all"
83 ]
84}