-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
36 lines (36 loc) · 991 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
{
"name": "predb-live",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NEXT_PUBLIC_GIT_SHA=`git rev-parse --short HEAD` next dev",
"build": "NEXT_PUBLIC_GIT_SHA=`git rev-parse --short HEAD` next build",
"start": "next start",
"anal": "ANALYZE=true next build",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@reduxjs/toolkit": "^1.6.1",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.17",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "^11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0",
"react-redux": "^7.2.4",
"socket.io-client": "^4.1.3",
"timeago-react": "^3.0.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^11.1.0",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"prettier": "^2.3.2"
}
}