-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 979 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": "@emotion-icons/website",
"version": "0.0.0-dev",
"license": "MIT",
"scripts": {
"build": "next build",
"clean": "rm -rf .next",
"start": "next dev"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@loadable/component": "^5.15.0",
"copy-to-clipboard": "^3.3.1",
"emotion-icons": "3.26.0",
"history": "^5.0.0",
"js-search": "^2.0.0",
"next": "^11.0.0",
"query-string": "^7.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-virtualized": "^9.22.3"
},
"devDependencies": {
"@types/js-search": "^1.4.0",
"@types/node": "^16.7.8",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.8",
"@types/react-virtualized": "^9.21.11",
"@types/styled-components": "^5.1.13",
"prettier": "^2.3.2",
"prettier-plugin-organize-imports": "^2.3.3",
"prettier-plugin-pkg": "^0.10.0",
"typescript": "^4.4.2"
}
}