forked from mathiasfc/learning-english
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.48 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
{
"name": "learning-english",
"version": "1.0.0",
"scripts": {
"dev": "next dev -p 9090",
"build": "next build",
"start": "next start",
"prettier": "prettier --write \"**/*.js\"",
"lint": "next lint",
"type-check": "tsc --project tsconfig.json --noEmit",
"postbuild": "next-sitemap --config next-sitemap.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"browser-image-compression": "^1.0.13",
"cross-env": "^7.0.2",
"debug": "~2.6.9",
"express": "^4.17.1",
"isomorphic-unfetch": "^3.0.0",
"next": "^12.3.1",
"next-pwa": "^5.6.0",
"next-seo": "^4.17.0",
"nextjs-progressbar": "^0.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-corner": "^2.5.0",
"styled-components": "^5.0.0",
"workbox-webpack-plugin": "^6.5.4"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"@babel/preset-typescript": "^7.13.0",
"@babel/runtime": "^7.13.17",
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"@types/react-dom": "^17.0.1",
"@types/styled-components": "^5.1.9",
"babel-plugin-styled-components": "^1.11.0-0",
"eslint": "^7.24.0",
"eslint-config-next": "latest",
"next-sitemap": "latest",
"prettier": "^1.18.2",
"typescript": "^4.8.4"
},
"license": "MIT"
}