-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "@yicchi/front-monorepo",
"type": "module",
"repository": {
"type": "git",
"url": "+git:https://github.com/yicchi/front-monorepo.git"
},
"scripts": {
"clean-cache": "nx reset",
"graph": "nx dep-graph",
"affected": "nx graph --affected --base=origin/develop --head=HEAD",
"run-ts": "node --loader ts-node/esm",
"build": "lerna run build",
"release": "lerna publish from-package --no-push --yes",
"test": "vitest run"
},
"dependencies": {
"@yicchi/is-even": "workspace:*",
"@yicchi/is-odd": "workspace:*",
"@yicchi/math": "workspace:*"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "18.7.1",
"@types/react": "^18.2.40",
"@types/react-dom": "^18.2.17",
"@vitest/coverage-v8": "^1.1.0",
"@vitest/ui": "^1.1.0",
"chalk": "^5.3.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.10",
"lerna": "^8.0.0",
"nx": "^17.1.3",
"prettier": "^2.6.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"release-please": "^16.3.0",
"rimraf": "^5.0.5",
"rollup": "^4.5.0",
"ts-node": "^10.9.1",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vitest": "^1.1.0"
}
}