-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 895 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": "etrakr-react",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"tscheck": "tsc"
},
"dependencies": {
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.6.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@piotr-cz/redux-persist-idb-storage": "^1.1.2",
"@reduxjs/toolkit": "1.4.0",
"framer-motion": "^4",
"lodash": "^4.17.20",
"moviedb-promise": "^3.1.9",
"next": "10.0.3",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "7.2.2",
"react-table": "^7.6.2",
"redux-persist": "^6.0.0",
"use-async-memo": "^1.2.2"
},
"devDependencies": {
"@types/node": "^14.14.10",
"@types/react": "^17.0.0",
"@types/react-redux": "7.1.11",
"@types/react-table": "^7.0.26",
"typescript": "^4.1.2"
}
}