-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "coder-world",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "^15.2.1",
"@angular-devkit/schematics": "^15.2.1",
"@nxrocks/nx-flutter": "^5.2.1",
"@seriouscoderone/cdk-construct": "^0.1.0",
"@seriouscoderone/nx-aws-cdk": "^0.1.0",
"aws-cdk": "^2.66.1",
"lodash": "^4.17.21",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nrwl/cli": "15.7.2",
"@nrwl/eslint-plugin-nx": "15.7.2",
"@nrwl/jest": "15.7.2",
"@nrwl/linter": "15.7.2",
"@nrwl/node": "15.7.2",
"@nrwl/workspace": "15.7.2",
"@types/jest": "28.1.8",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "28.1.3",
"jest-environment-jsdom": "28.1.3",
"nx": "15.7.2",
"prettier": "2.8.4",
"ts-jest": "28.0.8",
"ts-node": "10.9.1",
"typescript": "4.8.4"
}
}