-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.96 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
66
67
68
69
70
{
"name": "react-download",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"e2e": "nx e2e e2e --browser chrome",
"format": "nx format:write",
"test": "nx test",
"test:watch": "nx test --watch",
"test:coverage": "nx test --coverage",
"github": "yarn && yarn build && yarn test && yarn e2e",
"all": "yarn && yarn format && yarn build && yarn test && yarn e2e"
},
"engines": {
"node": ">=16.0.0"
},
"private": true,
"dependencies": {
"@avaya/neo-react": "^1.0.1",
"axios": "^1.3.5",
"axios-cache-interceptor": "^1.0.1",
"bluebird": "^3.7.2",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"loglevel": "^1.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@nx/cypress": "16.8.1",
"@nx/eslint-plugin": "16.8.1",
"@nx/js": "16.8.1",
"@nx/linter": "16.8.1",
"@nx/react": "16.8.1",
"@nx/vite": "16.8.1",
"@nx/workspace": "16.8.1",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/bluebird": "^3.5.38",
"@types/file-saver": "^2.0.5",
"@types/node": "18.14.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.0.4",
"@vitest/coverage-c8": "0.31.4",
"@vitest/ui": "0.31.4",
"cypress": "^13.0.0",
"eslint": "8.46.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.14.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "22.1.0",
"nx": "16.8.1",
"nx-cloud": "16.4.0",
"prettier": "^2.6.2",
"sass": "^1.55.0",
"typescript": "5.1.6",
"vite": "4.4.9",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.31.4"
}
}