-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 968 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"type-check": "tsc"
},
"dependencies": {
"@types/javascript-time-ago": "^2.0.1",
"emoji-mart": "^3.0.0",
"graphql": "^15.3.0",
"graphql-request": "^3.1.0",
"javascript-time-ago": "^2.0.13",
"js-cookie": "^2.2.1",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-redux": "^7.2.1",
"redux": "^4.0.5",
"reselect": "^4.0.0"
},
"devDependencies": {
"@types/emoji-mart": "^3.0.2",
"@types/js-cookie": "^2.2.6",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.9",
"sass": "^1.26.11",
"typescript": "4.0"
},
"license": "MIT"
}