-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.42 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
{
"name": "t4sg-starter-frontend-typescript",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@aws-amplify/ui-react": "^1.2.26",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^4.12.3",
"@mui/material": "^5.0.3",
"aws-amplify": "^4.3.11",
"axios": "^0.24.0",
"bootstrap": "^5.0.2",
"create-next-app": "^12.0.7",
"graphql": "^15.5.1",
"next": "^11.1.3",
"pondjs": "^0.9.0",
"react": "17.0.2",
"react-bootstrap": "^2.0.3",
"react-datepicker": "^4.2.1",
"react-dom": "17.0.2",
"react-loader-spinner": "^4.0.0",
"react-router-dom": "^5.3.0",
"react-timeseries-charts": "^0.16.1",
"react-vis": "^1.11.7",
"reactstrap": "^8.9.0",
"urql": "^2.0.4"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"@babel/preset-typescript": "^7.14.5",
"@testing-library/react": "^12.0.0",
"@types/jest": "^26.0.24",
"@types/react": "17.0.14",
"@types/react-datepicker": "^4.1.7",
"@types/react-vis": "^1.11.7",
"babel-jest": "^27.0.6",
"babel-preset-next": "^1.4.0",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"jest": "^27.0.6",
"ts-node": "^10.1.0",
"typescript": "4.3.5"
}
}