-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 869 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@theme-ui/presets": "^0.3.0",
"localforage": "^1.7.4",
"nanoid": "^3.1.10",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-grid-layout": "^0.18.3",
"react-hotkeys-hook": "^2.1.4",
"react-markdown": "^4.3.1",
"react-syntax-highlighter": "^12.2.1",
"theme-ui": "^0.3.1"
},
"devDependencies": {
"@types/localforage": "^0.0.34",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-grid-layout": "^0.17.2",
"@types/react-syntax-highlighter": "^11.0.4",
"@types/theme-ui": "^0.3.5",
"typescript": "3.7.3"
},
"license": "ISC"
}