This repository has been archived by the owner on Feb 23, 2022. It is now read-only.
generated from nodejs-monorepo-templates/typescript-monorepo-esm
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.88 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
{
"private": true,
"author": "Hoàng Văn Khải <hvksmr1996@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/KSXGitHub/personal-website#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/KSXGitHub/personal-website.git"
},
"bugs": {
"url": "https://github.com/KSXGitHub/personal-website/issues"
},
"devDependencies": {
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/styles": "^5.0.0-beta.5",
"@material-ui/icons": "^5.0.0-beta.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"tslint": "^6.1.3",
"typescript": "^4.5.5",
"toolcheck": "^0.1.4",
"tslib": "^2.3.1",
"@types/react": "^17.0.39",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.18",
"@tools/scripts": "file:./tools/scripts"
},
"scripts": {
"new": "execute new",
"add": "execute add",
"mismatches": "execute mismatches",
"repl": "node tools/repl/bin.js",
"console": "node tools/repl/bin.js",
"preloaded-node": "node tools/preloaded-node/bin.js",
"execute": "execute",
"glob": "execute glob",
"workspace": "execute workspace",
"sane-fmt": "execute runSaneFmt",
"sane-fmt:fix": "execute runSaneFmtFix",
"tslint": "execute runTSLint",
"tslint:fix": "execute runTSLint --fix",
"test": "execute test",
"test:ci": "execute testAll",
"test:no-coverage": "execute testWithoutCoverage",
"build": "execute build",
"clean": "execute clean",
"watch": "execute watch",
"clean-typescript-build": "execute cleanTypescriptBuild",
"git-tag-versions": "execute gitTagVersions",
"git-tag-versions:dry": "execute gitTagVersions --dry",
"project-publish": "execute publishPackages",
"project-publish:dry": "execute publishPackages --dry",
"publish-tag-push": "execute publishTagPush"
},
"engines": {
"node": ">= 12.11.0",
"pnpm": ">= 3.8.0"
}
}