-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "ask-me-bro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export",
"generate-sitemap": "node sitemap-generator.js"
},
"dependencies": {
"@sergeymyssak/nextjs-sitemap": "^1.1.1",
"@zeit/next-source-maps": "^0.0.3",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"firebase": "^8.6.8",
"next": "^10.2.0",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.2.9",
"next-svgr": "^0.0.2",
"polished": "^4.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-hot-toast": "^2.0.0",
"react-spring": "^8.0.27",
"styled-components": "^5.2.0",
"swiper": "^6.5.9",
"tmi.js": "^1.8.3",
"ts-jest": "^26.1.3"
},
"devDependencies": {
"@types/jest": "^26.0.5",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/styled-components": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"babel-plugin-styled-components": "^1.11.1",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-standard": "^4.0.1",
"prettier": "^2.1.0",
"typescript": "^4.3.4"
}
}