-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
63 lines (63 loc) · 1.78 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
{
"name": "root",
"private": true,
"description": "XChainJS documentation",
"keywords": [
"XChain",
"Documentation"
],
"workspaces": [
"xchainjs-lib/packages/*"
],
"author": "XChainJS",
"homepage": "https://github.com/xchainjs/xchainjs.github.io",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:xchainjs/xchainjs.github.io.git"
},
"scripts": {
"preinstall": "git submodule update --recursive && git submodule foreach git pull origin master",
"build": "lerna run build",
"lint": "eslint gulpfile.js --fix",
"doc": "gulp",
"clean": "gulp clean",
"start": "JEKYLL_GITHUB_TOKEN=blank PAGES_API_URL=http://0.0.0.0 bundle exec jekyll server --livereload"
},
"dependencies": {
"documentation": "^13.1.0",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-documentation": "^3.2.1",
"gulp-header": "^2.0.9",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"merge-stream": "^2.0.0",
"yargs": "^15.3.1"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^4.8.2",
"@typescript-eslint/parser": "^4.8.2",
"dotenv": "^8.2.0",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"jest": "^26.6.3",
"lerna": "^3.22.1",
"lint-staged": "^10.5.2",
"prettier": "^2.2.0",
"rimraf": "~3.0.2",
"rollup": "2.33.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.29.0",
"ts-jest": "^26.4.4",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
}
}