-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "docz-website",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "docz dev",
"build": "docz build"
},
"dependencies": {
"@reach/router": "^1.2.1",
"classnames": "^2.2.6",
"docz": "^1.0.0",
"facepaint": "^1.2.1",
"keyboardjs": "^2.5.1",
"lodash": "^4.17.21",
"prismjs": "^1.24.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-feather": "^1.1.6",
"react-github-button": "^0.1.11",
"react-helmet": "^5.2.0",
"react-images": "^0.5.19",
"react-stickynode": "^2.1.1",
"react-use": "^8.1.1",
"rebound": "^0.1.0",
"styled-components": "^4.1.3",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@types/classnames": "^2.2.7",
"@types/prismjs": "^1.9.1",
"@types/reach__router": "^1.2.4",
"@types/react": "^16.8.13",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "^4.1.14",
"prettier": "^1.16.4",
"remark-external-links": "^4.0.0",
"tslint": "^5.15.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.4.3"
}
}