-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 973 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
{
"private": true,
"name": "@styled-icons/website",
"version": "0.0.0-dev",
"license": "MIT",
"scripts": {
"build": "next build",
"clean": "rm -rf .next",
"start": "next dev"
},
"dependencies": {
"@loadable/component": "^5.15.0",
"copy-to-clipboard": "^3.3.1",
"history": "^5.0.0",
"js-search": "^2.0.0",
"next": "^11.1.2",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-virtualized": "^9.22.3",
"styled-components": "^5.3.0",
"styled-icons": "10.47.0"
},
"devDependencies": {
"@types/js-search": "^1.4.0",
"@types/node": "^16.9.6",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-virtualized": "^9.21.12",
"@types/styled-components": "^5.1.14",
"prettier": "^2.4.1",
"prettier-plugin-organize-imports": "^2.3.3",
"prettier-plugin-pkg": "^0.10.0",
"typescript": "^4.4.3"
}
}