-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.24 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
{
"name": "picidae-theme-haier",
"version": "0.0.8",
"description": "🍔 The universal picidae theme for project / library / framework etc.",
"main": "index.js",
"scripts": {
"start": "picidae start",
"build": "picidae build --source-map -f",
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"pages",
"index.js",
"ssr.js",
"templates"
],
"keywords": [
"imcuttle",
"picidae",
"theme",
"picidae-theme-haier",
"api",
"project document"
],
"author": "",
"license": "MIT",
"dependencies": {
"classname": "0.0.0",
"picidae-tools": "^0.0.3",
"polished": "^1.9.2",
"react-document-style": "0.0.1",
"react-document-title": "^2.0.3"
},
"devDependencies": {
"picidae": "^2.1.21",
"picidae-transformer-file-syntax": "^0.1.3",
"picidae-transformer-mark": "0.0.0",
"picidae-transformer-toc": "^1.1.4",
"remark-mark": "0.0.0"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picidaejs/picidae-theme-haier.git"
},
"bugs": {
"url": "https://github.com/picidaejs/picidae-theme-haier/issues"
},
"homepage": "https://github.com/picidaejs/picidae-theme-haier#readme"
}