This repository has been archived by the owner on May 19, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.02 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
{
"name": "@modxclub.ru/boilerplate",
"version": "1.0.0",
"description": "",
"private": false,
"scripts": {
"start": "react-scripts start",
"build": "PUBLIC_URL=/ react-scripts build",
"build-less": "node-less-chokidar src/styles/less",
"start-ssr": "NODE_ENV=production node --experimental-modules src/ssr",
"start-ssr-dev": "NODE_ENV=production nodemon src/ssr",
"start-server": "Sendmail=true node --experimental-modules src/server/",
"start-server-dev": "Sendmail=true SendmailTest=true nodemon --experimental-modules src/server/",
"deploy": "NODE_ENV=test node --experimental-modules src/server/scripts/deploy/with-prisma",
"build-api": "node --experimental-modules src/server/scripts/deploy/api-only",
"test": "react-scripts test --env=jsdom",
"test-server": "NODE_OPTIONS=\"--experimental-modules\" yarn mocha --delay src/__tests__/server/index.js",
"eject": "react-scripts eject"
},
"dependencies": {
"@modxclub/react-editor": "latest",
"@prisma-cms/component": "latest",
"@prisma-cms/front": "latest",
"@prisma-cms/log-module": "latest",
"@prisma-cms/mail-module": "latest",
"@prisma-cms/prisma-module": "latest",
"@prisma-cms/server": "latest",
"@prisma-cms/ui": "latest",
"@prisma-cms/upload-module": "latest",
"@prisma-cms/user-module": "latest",
"@types/react": "^16.1.0",
"apollo-cache-inmemory": "^1.3.7",
"apollo-client": "^2.4.4",
"apollo-link-http": "1.5.5",
"cheerio": "^1.0.0-rc.2",
"graphql-type-json": "^0.2.1",
"graphql": "14.0.2",
"graphql-tag": "2.10.0",
"material-ui": "1.0.0-beta.43",
"material-ui-icons": "^1.0.0-beta.17",
"merge-graphql-schemas": "latest",
"moment": "^2.20.1",
"moment-timezone": "^0.5.23",
"node-less-chokidar": "^0.3.1",
"node-sass-chokidar": "^1.1.0",
"php-session-unserialize": "^0.2.1",
"prisma-binding": "^2.1.6",
"react": "^16.6.0",
"react-apollo": "^2.2.3",
"react-dom": "^16.6.0",
"react-scripts": "^2.0.2",
"urijs": "^1.19.1",
"xml-writer": "^1.7.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"mocha": "^5.2.0"
},
"resolutions": {
"material-ui": "1.0.0-beta.43",
"material-ui-icons": "^1.0.0-beta.17",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"graphql": "14.0.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/prisma-cms/boilerplate-modx.git"
},
"keywords": [
"prisma",
"cms",
"react",
"graphql",
"apollo-client",
"API",
"SSR",
"boilerplate"
],
"author": "Fi1osof",
"license": "ISC",
"bugs": {
"url": "https://github.com/prisma-cms/boilerplate-modx/issues"
},
"homepage": "https://github.com/prisma-cms/boilerplate-modx#readme"
}