forked from parameter1/base-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.11 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
{
"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",
"compile": "lerna run compile"
},
"devDependencies": {
"@2fd/graphdoc": "^2.4.0",
"apollo-client": "^2.6.10",
"babel-eslint": "^10.1.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-vue": "^5.2.3",
"graphql": "^14.7.0",
"graphql-tag": "^2.11.0",
"gulp": "^4.0.2",
"gulp-cached": "^1.1.1",
"gulp-eslint": "^5.0.0",
"lerna": "^3.22.1",
"mocha": "^6.2.3",
"rimraf": "^2.7.1",
"stylelint": "^10.1.0",
"stylelint-config-twbs-bootstrap": "^0.4.0"
},
"graphdoc": {
"endpoint": "http://graphql-server/graphql",
"logo": "<h3 class='slds-text-heading--medium'><a href='/'>GraphQL Schema NPM_VERSION</a></h3>"
}
}