-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.73 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
{
"name": "docz-theme-yuque",
"version": "1.0.2",
"description": "The yuque theme of docz",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist/",
"package.json",
"README.md"
],
"scripts": {
"dev": "cross-env NODE_ENV=development yarn build -w",
"build": "cross-env NODE_ENV=production rollup -c",
"fix": "yarn lint --fix",
"lint": "eslint . --ext .ts,.tsx",
"precommit": "lint-staged && npm run build"
},
"dependencies": {
"@loadable/component": "^5.9.0",
"@reach/router": "^1.2.1",
"@tippy.js/react": "^2.2.0",
"@types/loadable__component": "^5.9.0",
"autoprefixer": "^9.5.1",
"codemirror": "^5.46.0",
"copy-text-to-clipboard": "^2.1.0",
"docz": "^1.2.0",
"facepaint": "^1.2.1",
"hotkeys-js": "^3.6.6",
"lodash": "^4.17.11",
"polished": "^3.3.0",
"prop-types": "15.7.2",
"re-resizable": "^4.11.0",
"react": "^16.8.6",
"react-codemirror2": "^6.0.0",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-live": "2.0.1",
"react-perfect-scrollbar": "^1.5.0",
"styled-components": "^4.2.0",
"typescript": "3.3.4000"
},
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@types/lodash": "^4.14.124",
"@types/reach__router": "^1.2.4",
"@types/styled-components": "^4.1.14",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-styled-components": "^1.10.0",
"docz-rollup": "^1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yuque/docz-theme-yuque"
},
"author": "okoala <dapixp@gmail.com>"
}