-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1003 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": "oskt.us",
"version": "2.0.1",
"private": true,
"scripts": {
"dev": "next dev",
"dev127": "next dev --hostname 127.0.0.1",
"build": "next build && next export",
"start": "next start"
},
"prettier": {
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"semi": false
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@types/react": "^17.0.19",
"date-fns": "^2.19.0",
"gray-matter": "^4.0.2",
"next": "^11.1.0",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^17.0.2",
"react-modal": "^3.14.3",
"react-tabs": "^4.3.0",
"recharts": "^2.10.1",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"structured-clone": "^0.2.2"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@types/node": "^14.14.6",
"@types/react-beautiful-dnd": "^13.1.7",
"@types/react-modal": "^3.12.1",
"typescript": "^4.3.5"
}
}