-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "base-cms",
"description": "BaseCMS Monorepo",
"author": "Jacob Bare <[email protected]>",
"private": true,
"repository": "https://github.com/parameter1/base-cms.git",
"workspaces": [
"packages/*",
"services/*"
],
"scripts": {
"build": "lerna run build",
"test": "lerna run test",
"lint": "lerna run lint",
"lint:fix": "lerna run lint:fix",
"compile": "lerna run compile"
},
"devDependencies": {
"@2fd/graphdoc": "^2.4.0",
"@parameter1/base-cms-eslint": "^4.0.0",
"@parameter1/base-cms-marko-compiler": "^4.0.0-alpha.0",
"apollo-client": "^2.6.10",
"chai": "^4.3.7",
"graphql": "^14.7.0",
"graphql-tag": "^2.12.6",
"gulp": "^4.0.2",
"lerna": "^6.5.1",
"mocha": "^6.2.3",
"rimraf": "^2.7.1"
},
"graphdoc": {
"endpoint": "http://graphql-server/graphql",
"logo": "<h3 class='slds-text-heading--medium'><a href='/'>GraphQL Schema NPM_VERSION</a></h3>"
},
"dependencies": {},
"browserslist": [
"extends @parameter1/browserslist-config-base-cms"
]
}