-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.19 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
71
72
73
74
75
76
77
78
{
"name": "lo-tracker",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@nrwl/next": "13.1.3",
"@types/recharts": "^1.8.23",
"@types/styled-components": "^5.1.15",
"axios": "^0.23.0",
"bootstrap": "^5.1.3",
"core-js": "^3.6.5",
"d3": "^7.1.1",
"graphql": "^15.6.1",
"jstat": "^1.9.5",
"next": "12.0.0",
"next-auth": "^4.0.0-beta.7",
"next-page-transitions": "^1.0.0-beta.2",
"rc-collapse": "^3.1.2",
"react": "17.0.2",
"react-bootstrap": "^2.0.0",
"react-dom": "17.0.2",
"react-hook-form": "^7.17.5",
"react-toastify": "^8.1.0",
"recharts": "^2.1.5",
"regenerator-runtime": "0.13.7",
"styled-components": "^5.3.3",
"tslib": "^2.0.0",
"xlsx": "^0.17.3"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1202.11",
"@angular-devkit/core": "^12.2.11",
"@angular-devkit/schematics": "^12.2.11",
"@nrwl/cli": "13.1.3",
"@nrwl/cypress": "13.1.3",
"@nrwl/eslint-plugin-nx": "13.1.3",
"@nrwl/jest": "13.1.3",
"@nrwl/linter": "13.1.3",
"@nrwl/react": "13.1.3",
"@nrwl/tao": "13.1.3",
"@nrwl/web": "13.1.3",
"@nrwl/workspace": "13.1.3",
"@nx-go/nx-go": "^1.7.1",
"@testing-library/react": "12.1.2",
"@testing-library/react-hooks": "7.0.2",
"@types/d3": "^7.1.0",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@types/react": "17.0.30",
"@types/react-dom": "17.0.9",
"@typescript-eslint/eslint-plugin": "~4.33.0",
"@typescript-eslint/parser": "~4.33.0",
"autoprefixer": "^10.3.7",
"babel-jest": "27.2.3",
"cypress": "^8.3.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0",
"jest": "27.2.3",
"postcss": "^8.3.11",
"prettier": "^2.3.1",
"tailwindcss": "^2.2.17",
"ts-jest": "27.0.5",
"typescript": "~4.3.5"
}
}