-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.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": "embed-dependencies",
"version": "0.2.6",
"license": "MIT",
"scripts": {
"build": "npx nx run-many --target=build",
"build-with-deps": "npx nx run-many --target=embed-dependencies"
},
"private": true,
"devDependencies": {
"@nrwl/cli": "^15.6.3",
"@nrwl/devkit": "^15.6.3",
"@nrwl/eslint-plugin-nx": "^15.6.3",
"@nrwl/jest": "^15.6.3",
"@nrwl/js": "^15.6.3",
"@nrwl/linter": "^15.6.3",
"@nrwl/nx-plugin": "^15.6.3",
"@nrwl/workspace": "^15.6.3",
"@swc-node/register": "^1.5.5",
"@swc/cli": "^0.1.60",
"@swc/core": "^1.3.32",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-fp-ts": "^0.3.2",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "^15.6.3",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@swc/helpers": "^0.4.14",
"fp-ts": "^2.13.1",
"io-ts": "^2.2.20",
"io-ts-types": "^0.5.19",
"monocle-ts": "^2.3.13",
"newtype-ts": "^0.3.5",
"tslib": "^2.5.0",
"yalc": "^1.0.0-pre.53"
}
}