-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.65 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.65 KB
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
{
"name": "@grit/monorepo",
"private": true,
"workspaces": [
"packages/**"
],
"scripts": {
"test": "lerna run test --stream",
"lint": "lerna run lint",
"build": "lerna run build --stream",
"build:watch": "lerna run build:watch --parallel --stream",
"release": "lerna publish"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.4",
"@babel/preset-typescript": "^7.15.0",
"@egoist/extract-zip": "^2.0.1",
"@types/cross-spawn": "^6.0.2",
"@types/ejs": "^3.0.4",
"@types/figlet": "^1.5.4",
"@types/fs-extra": "^9.0.1",
"@types/hash-sum": "^1.0.0",
"@types/ini": "^1.3.30",
"@types/inquirer": "^8.1.3",
"@types/jest": "^27.4.0",
"@types/lodash": "^4.14.176",
"@types/micromatch": "^4.0.1",
"@types/mkdirp": "^1.0.2",
"@types/node": "^16.7.10",
"@types/parse-package-name": "^0.1.0",
"@types/rimraf": "^3.0.2",
"@types/update-notifier": "^4.1.0",
"@types/validate-npm-package-name": "^3.0.3",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"alias-hq": "^5.3.2",
"babel-jest": "^27.1.0",
"babel-plugin-module-resolver": "^4.1.0",
"cz-conventional-changelog": "3.2.0",
"dotenv-cli": "^4.0.0",
"env-paths": "^2.2.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"ini": "^1.3.5",
"jest": "^27.4.7",
"lerna": "^4.0.0",
"prettier": "^2.3.2",
"release-it": "^14.11.8",
"rimraf": "^3.0.2",
"ts-node": "^8.10.2",
"tsconfig-paths": "^3.12.0",
"tsup": "^5.10.3",
"type-fest": "^2.5.2",
"typescript": "^4.1.2"
}
}