-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
39 lines (39 loc) · 976 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": "t4sg-starter-frontend-typescript",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"bootstrap": "^5.1.0",
"graphql": "^15.5.1",
"next": "^11.1.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "17.0.2",
"react-router-dom": "^5.2.1",
"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",
"babel-jest": "^27.0.6",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"jest": "^27.0.6",
"ts-node": "^10.1.0",
"typescript": "4.3.5"
}
}