forked from styled-components/styled-components-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.33 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "styled-components-docs",
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"analyze": "ANALYZE=true yarn build",
"dev": "next dev",
"prepare": "husky install",
"prebuild": "rimraf .next",
"precommit": "lint-staged",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start",
"test": "jest -c .jest.config.js",
"prettier": "prettier --write \"**/*.*\"",
"postinstall": "husky install"
},
"resolutions": {
"@types/react": "^17.0.0"
},
"dependencies": {
"@docsearch/js": "^3.0.0",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^12.3.4",
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/fa-brands": "^10.47.0",
"@styled-icons/material": "^10.47.0",
"@zeit/next-mdx": "^1.2.0",
"@zeit/next-source-maps": "^0.0.3",
"axios": "^0.24.0",
"invariant": "^2.2.4",
"isomorphic-fetch": "^3.0.0",
"markdown-to-jsx": "^7.2.0",
"next": "^12.3.4",
"polished": "^4.2.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-live-runner": "^1.0.5",
"react-transition-group": "^4.4.5",
"styled-components": "^6.0.0",
"styled-theming": "^2.2.0",
"stylis": "^4.2.0",
"stylis-plugin-rtl": "^2.1.1"
},
"devDependencies": {
"@octokit/types": "^9.2.3",
"@types/enzyme": "^3.10.13",
"@types/jest": "^29.5.1",
"@types/mdx": "^2.0.5",
"@types/node": "^18.16.14",
"@types/react": "^17.0.59",
"@types/react-dom": "^17.0.0",
"@types/react-test-renderer": "^17.0.0",
"@types/react-transition-group": "^4.4.6",
"@types/styled-theming": "^2.2.5",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/zeit__next-source-maps": "^0.0.2",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.7",
"csstype": "^3.1.2",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.6.2",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-styled-components": "^7.1.1",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"react-test-renderer": "^17.0.0",
"remark-gfm": "^3.0.1",
"rimraf": "^3.0.2",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4",
"webpack-bundle-analyzer": "^4.8.0"
},
"packageManager": "[email protected]"
}