-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "typescript-next",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"keywords": [],
"author": "Maciej Sułecki",
"license": "MIT",
"description": "Boilerplate of Next.js PWA with typescript",
"dependencies": {
"@material-ui/core": "^4.7.0",
"@material-ui/icons": "^4.5.1",
"@types/node": "^12.12.5",
"@types/react": "^16.9.11",
"@types/react-sticky": "^6.0.3",
"@universal-login/sdk": "^1.0.0-beta.0",
"@zeit/next-css": "^1.0.1",
"bootstrap": "^4.3.1",
"bootstrap-css-only": "^4.3.1",
"imagemin-mozjpeg": "^8.0.0",
"imagemin-optipng": "^7.1.0",
"imagemin-svgo": "^7.0.0",
"next": "9.1.2",
"next-compose-plugins": "^2.2.0",
"next-offline": "^4.0.6",
"next-optimized-images": "^2.5.4",
"next-purgecss": "^3.1.1",
"react": "^16.11.0",
"react-bootstrap": "^1.0.0-beta.16",
"react-dom": "^16.11.0",
"react-is-visible": "^1.0.5",
"react-on-screen": "^2.1.1",
"react-sticky": "^6.0.3",
"sweetalert2": "^9.4.0",
"typescript": "^3.6.4",
"unstated": "^2.1.1"
}
}