-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1021 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": {
"@ant-design/icons": "^4.2.2",
"antd": "^4.5.2",
"babel-plugin-import": "^1.13.0",
"downshift": "^6.0.2",
"next": "^9.5.1",
"next-page-transitions": "^1.0.0-beta.2",
"postcss-preset-env": "^6.7.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-window": "^1.8.5",
"styled-components": "^5.1.1",
"use-persisted-state": "^0.3.0",
"use-resize-observer": "^6.1.0"
},
"devDependencies": {
"@types/node": "14.0.27",
"@types/react": "16.9.44",
"@types/react-dom": "16.9.8",
"@types/react-window": "^1.8.2",
"@types/styled-components": "5.1.2",
"@types/use-persisted-state": "^0.3.0",
"babel-plugin-inline-react-svg": "^1.1.1",
"babel-plugin-styled-components": "^1.11.1",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"license": "ISC"
}