forked from sarkistlt/graphql-auto-generating-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.05 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.05 KB
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
{
"name": "graphql-auto-generating-cms",
"version": "2.4.0",
"description": "This module will use your existed graphQL schema to generate simple for use CMS in a couple minutes!",
"main": "lib/index.js",
"scripts": {
"dev": "npm run dev:serve",
"dev:serve": "cross-env NODE_ENV=development babel-node --no-babelrc --presets=react,env,stage-2 ./example/server.js",
"build": "cross-env NODE_ENV=production gulp",
"test": "npm run test:client && npm run test:server",
"test:client": "cross-env NODE_ENV=test jest --env=jsdom --runInBand __tests__/components.test.js",
"test:server": "cross-env NODE_ENV=test mocha --compilers js:babel-core/register __tests__/middleware.js",
"example": "npm run example:build && npm run example:webpack && npm run example:serve",
"example:build": "npm run build",
"example:webpack": "cross-env NODE_ENV=production webpack-cli",
"example:serve": "cross-env NODE_ENV=production babel-node --no-babelrc --presets=react,env,stage-2 ./example/server.js",
"prepublish": "npm run build && npm run test"
},
"repository": {
"type": "git",
"url": "https://github.com/sarkistlt/graphql-auto-generating-cms.git"
},
"keywords": [
"cms",
"CMS",
"react",
"react cms",
"graphql",
"graphql cms",
"keystone",
"feathers",
"auto generated",
"auto cms",
"React",
"GraphQL CMS"
],
"author": {
"name": "Sarkis Arutiunian (sarkis.tlt@gmail.com)"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/sarkistlt/graphql-auto-generating-cms/issues"
},
"homepage": "https://github.com/sarkistlt/graphql-auto-generating-cms#readme",
"dependencies": {
"@revall/react-markmirror": "^0.4.17",
"babel-jest": "^22.4.1",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.1.3",
"formidable": "^1.2.0",
"fs-extra": "^5.0.0",
"isomorphic-fetch": "^2.2.1",
"markdown-it": "^8.4.1",
"promise-polyfill": "^7.1.0",
"react-test-renderer": "^16.2.0",
"semantic-ui-react": "^0.78.3",
"util": "^0.10.3",
"webpack-hot-middleware": "^2.21.2"
},
"peerDependencies": {
"graphql": "^0.7.2",
"react": "^0.14 || ^15.0.0-rc || ^15.0",
"react-dom": "^0.14 || ^15.0.0-rc || ^15.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "7.1.4",
"babel-plugin-inline-json": "^1.2.2",
"babel-plugin-remove-comments": "^2.0.0",
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-flow": "^6.23.0",
"babel-preset-minify": "^0.3.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babelify": "^8.0.0",
"chai": "^4.1.2",
"chai-enzyme": "^0.8.0",
"clean-webpack-plugin": "^0.1.19",
"coveralls": "^3.0.0",
"css-loader": "^0.28.10",
"del": "^3.0.0",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"express": "^4.16.2",
"express-graphql": "^0.6.12",
"flow-babel-webpack-plugin": "^1.1.1",
"flow-bin": "^0.66.0",
"graphql": "^0.13.1",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-babel": "^7.0.1",
"gulp-browserify": "^0.5.1",
"gulp-less": "^4.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.4",
"html-webpack-plugin": "^3.0.6",
"jest": "^22.4.2",
"json-loader": "^0.5.7",
"mocha": "^5.0.4",
"mocha-lcov-reporter": "^1.2.0",
"nedb": "^1.8.0",
"raw-loader": "^0.5.1",
"react": "^16.2.0",
"react-addons-test-utils": "^15.4.1",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.2",
"url-loader": "^1.0.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.10",
"webpack-dev-server": "^3.1.0"
},
"jest": {
"verbose": true
}
}