-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.69 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
{
"private": true,
"scripts": {
"bootstrap": "lerna bootstrap",
"clean": "rimraf packages/**/dist && rimraf packages/**/build",
"prepare": "lerna run prepare",
"prepublishOnly": "npm run clean && lerna run build",
"dist": "npm run clean && lerna run build",
"publish": "lerna publish",
"pretest": "lerna run pretest",
"test": "lerna run test",
"xgen": "lerna --scope @besync/graphstore-dev run xgen && lerna --scope @besync/graphstore-test-mockdata run xgen",
"website:install": "npm install --prefix website",
"website:start": "npm start --prefix website",
"website:docgen": "node website/scripts/gulpfile.js",
"website:build": "cd website && ../node_modules/.bin/docusaurus-build && cd ..",
"website:publish": "./website/scripts/publish.sh",
"website:write-translations": "cd website && ../node_modules/.bin/docusaurus-write-translations && cd ..",
"website:version": "cd website && ../node_modules/.bin/docusaurus-version && cd ..",
"website:rename-version": "cd website && ../node_modules/.bin/docusaurus-rename-version && cd .."
},
"devDependencies": {
"@types/jest": "^23.3.9",
"@types/node": "^10.12.2",
"@types/to-markdown": "^3.0.0",
"docusaurus": "^1.5.1",
"firebase-admin": "^6.1.0",
"gulp": "^3.9.1",
"gulp-filelist": "^1.1.1",
"gulp-typedoc": "^2.2.0",
"jest": "^23.6.0",
"rimraf": "^2.6.2",
"typedoc": "^0.13.0",
"typedoc-plugin-docusaurus": "^1.0.14",
"typedoc-plugin-sourcefile-url": "^1.0.3",
"typescript": "^3.1.6"
},
"resolutions": {
"tslint-loader": "3.5.4",
"babel-core": "^7.0.0-bridge.0"
},
"license": "Apache-2.0",
"workspaces": [
"packages/*"
]
}