-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.46 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
{
"name": "@prisma-cms/filters",
"version": "1.9.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",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@prisma-cms/context": "1.3.2",
"graphql": "14.0.2"
},
"devDependencies": {
"@prisma-cms/front": "2.6.6",
"@prisma-cms/server": "2.6.5",
"@prisma-cms/front-editor": "2.12.15",
"graphql-cli": "2.17.0",
"node-less-chokidar": "^0.3.1",
"nwb": "^0.23.0",
"react-scripts": "2.1.2",
"source-map-explorer": "^2.0.1"
},
"resolutions": {
"graphql": "14.0.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "Filters component for @prisma-cms",
"directories": {
"lib": "lib"
},
"keywords": [
"prisma-cms",
"front",
"components",
"filters",
"search"
],
"author": "Fi1osof",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/prisma-cms/filters.git"
},
"bugs": {
"url": "https://github.com/prisma-cms/filters/issues"
},
"homepage": "https://github.com/prisma-cms/filters#readme"
}