-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1018 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
37
38
39
40
41
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@chakra-ui/react": "^1.6.1",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@types/jwplayer": "^8.2.6",
"embla-carousel-react": "^6.2.0",
"embla-carousel-wheel-gestures": "^2.1.0",
"framer-motion": "^4",
"i": "^0.3.7",
"moviedb-promise": "^3.1.13",
"next": "latest",
"npm": "^8.5.2",
"phosphor-react": "latest",
"plyr-react": "^3.2.1",
"pretty-ms": "^7.0.1",
"react": "lastest",
"react-device-detect": "latest",
"react-dom": "latest",
"react-jw-player": "^1.19.1",
"react-spinners": "^0.11.0",
"swr": "^0.5.6",
"use-debounce": "^6.0.1",
"zustand": "^3.5.1"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"typescript": "^4.0"
},
"license": "MIT"
}