-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.93 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
64
65
{
"version": "0.0.0",
"private": true,
"scripts": {
"g:ttsc": "cd $INIT_CWD && tsc",
"g:next": "cd $INIT_CWD && next",
"g:concurrently": "cd $INIT_CWD && concurrently",
"g:rimraf": "cd $INIT_CWD && rimraf",
"g:stmux": "cd $INIT_CWD && stmux",
"postinstall": "ts-patch install && ts-patch --persist"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@effect-ts/build-utils": "^0.20.18",
"@effect-ts/core": "^0.40.16",
"@effect-ts/fluent": "^0.0.23",
"@effect-ts/node": "^0.26.1",
"@effect-ts/tracing-plugin": "^0.11.8",
"@types/cpx": "^1.5.1",
"@types/glob": "^7.1.3",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@typescript-eslint/eslint-plugin": "^4.28.0",
"@typescript-eslint/parser": "^4.28.0",
"babel-plugin-annotate-pure-calls": "^0.4.0",
"chalk": "^4.1.1",
"concurrently": "^6.2.0",
"cpx": "^1.5.0",
"cz-conventional-changelog": "^3.3.0",
"dtslint": "^4.1.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.4.0",
"eslint-plugin-codegen": "^0.15.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-sort-destructure-keys": "^1.3.5",
"fast-check": "^2.17.0",
"glob": "^7.1.7",
"husky": "^6.0.0",
"jest": "^27.0.5",
"lerna": "^4.0.0",
"next": "^11.0.1",
"node-gyp": "^8.1.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"stmux": "^1.8.1",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"ts-patch": "^1.3.3",
"typescript": "4.4.0-dev.20210625",
"ultra-runner": "^3.10.5"
}
}