-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 933 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
{
"name": "with-typescript-styled-components",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"axios": "^0.21.1",
"codemirror": "^5.61.1",
"date-fns": "^2.19.0",
"highlight.js": "^10.7.1",
"jshint": "^2.13.0",
"mobx": "^6.1.8",
"mobx-react": "^7.1.0",
"next": "latest",
"react": "^17.0.2",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"styled-components": "^5.2.1",
"swr": "^0.5.5"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/codemirror": "^5.60.0",
"@types/jshint": "^2.12.0",
"@types/node": "^14.14.37",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/styled-components": "^5.1.9",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "^4.2.3"
},
"license": "MIT"
}