-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 997 Bytes
/
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
{
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"all": "lerna run all",
"clean": "lerna run clean",
"test": "lerna run test",
"lint": "lerna run lint",
"build": "lerna run build",
"docs": "lerna run docs"
},
"devDependencies": {
"@rollup/plugin-replace": "^2.3.4",
"@rollup/plugin-typescript": "^6.1.0",
"@types/jest": "^26.0.10",
"@typescript-eslint/eslint-plugin": "^4.7.0",
"@typescript-eslint/parser": "^4.7.0",
"cross-env": "^7.0.2",
"downlevel-dts": "^0.7.0",
"eslint": "^7.7.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-sort-imports-es6-autofix": "^0.5.0",
"gh-pages": "^3.1.0",
"jest": "^26.4.2",
"lerna": "^3.22.1",
"rimraf": "^3.0.2",
"rollup": "^2.33.1",
"rollup-plugin-serve": "^1.0.4",
"rollup-plugin-terser": "^7.0.1",
"ts-jest": "^26.3.0",
"ts-node": "^9.0.0",
"tslib": "^2.0.1",
"typedoc": "^0.19.0",
"typescript": "^4.0.2"
}
}