-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2 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
{
"name": "@prisma-cms/cooperation",
"version": "1.14.0",
"private": false,
"main": "lib/App.js",
"scripts": {
"start": "react-scripts start",
"build": "yarn build-less && nwb build --copy-files",
"build-app": "react-scripts build",
"build-less": "node-less-chokidar src/styles/less",
"get-api-schema": "graphql get-schema -o src/schema/generated/api.graphql",
"build-api-fragments": "node --experimental-modules src/server/scripts/deploy/build-api-fragments",
"analyze": "yarn source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@prisma-cms/context": "1.3.2",
"@prisma-cms/filters": "latest",
"@prisma-cms/react-timeline-gantt": "latest",
"@prisma-cms/society": "latest",
"@prisma-cms/timeline": "latest",
"graphql": "14.0.2",
"react-dnd": "7.0.2",
"react-sortable-tree": "2.6.1",
"source-map-explorer": "^2.1.2"
},
"devDependencies": {
"@prisma-cms/front": "latest",
"@prisma-cms/front-editor": "latest",
"@prisma-cms/performance": "latest",
"@prisma-cms/server": "latest",
"graphql-cli": "2.17.0",
"node-less-chokidar": "^0.3.1",
"nwb": "^0.23.0",
"react-scripts": "2.1.2"
},
"resolutions": {
"@prisma-cms/context": "1.3.2",
"graphql": "14.0.2",
"react-dnd": "7.0.2",
"react-router": "4.3.1",
"react-router-dom": "4.3.1"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "Tests module for @prisma-cms",
"directories": {
"lib": "lib"
},
"keywords": [
"prisma-cms",
"front",
"components"
],
"author": "Fi1osof",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/prisma-cms/cooperation.git"
},
"bugs": {
"url": "https://github.com/prisma-cms/cooperation/issues"
},
"homepage": "https://github.com/prisma-cms/cooperation#readme"
}