-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 983 Bytes
/
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
{
"name": "currents-nx-example",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"devDependencies": {
"@currents/nx": "^2.1.1",
"@nx/linter": "^17.0.2",
"@nx/webpack": "^17.0.2",
"@nx/workspace": "^17.0.2",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"cypress": "^12.17.4",
"cypress-cloud": "^1.7.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.2.3",
"prettier": "^2.3.1",
"ts-jest": "27.0.5",
"typescript": "~4.4.3"
},
"dependencies": {
"@nrwl/cypress": "^15.4.5",
"@nrwl/web": "^15.4.5",
"@nrwl/workspace": "^15.4.5",
"@nx/web": "^17.0.2",
"core-js": "^3.6.5",
"regenerator-runtime": "0.13.7",
"tslib": "^2.0.0"
}
}