-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "lightuepress",
"version": "0.1.6",
"description": "Lightue and snarkdown powered static site generator",
"browser": "src/index.js",
"type": "module",
"unpkg": "dist/lightuepress.min.js",
"scripts": {
"build": "cross-env NODE_ENV=production rollup -c",
"dev": "cross-env NODE_ENV=development rollup -c -w",
"postinstall": "patch-package",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smalllong/lightuepress.git"
},
"files": [
"src",
"dist/lightuepress.min.js"
],
"keywords": [
"lightue",
"doc",
"docs",
"documentation",
"generator",
"creator",
"lightweight",
"vitepress",
"markdown"
],
"author": "Xiaolong Li",
"license": "MIT",
"dependencies": {
"lightue": "^0.4.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"snarkdown": "^2.0.0"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.3.0",
"cross-env": "^7.0.3",
"eslint": "^8.17.0",
"eslint-plugin-jsdoc": "^39.3.2",
"postcss": "^8.4.14",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.14.1"
},
"browserslist": [
"firefox >= 34"
]
}