-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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
{
"name": "dxs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": " rm -rf _site && npm run compile && npm run generate && npm run bundle && npm run copy",
"compile": "node ./bin/compile.js",
"bundle": "node ./bin/bundle.js",
"generate": "node ./bin/generate.js",
"copy": "cp -r images _site && cp -r scripts _site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ddamato/dxs.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ddamato/dxs/issues"
},
"homepage": "https://github.com/ddamato/dxs#readme",
"devDependencies": {
"@rollup/plugin-multi-entry": "^3.0.0",
"css-simple-minifier": "^1.0.0",
"cssnano": "^4.1.10",
"front-matter": "^3.1.0",
"fs-extra": "^9.0.0",
"glob-fs": "^0.1.7",
"html-minifier": "^4.0.0",
"markdown-it": "^10.0.0",
"markdown-it-collapsible": "^1.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-highlightjs": "^3.1.0",
"nunjucks": "^3.2.1",
"postcss": "^7.0.29",
"postcss-cli": "^7.1.1",
"postcss-nested": "^4.2.1",
"postcss-sassy-mixins": "^2.1.0",
"rollup": "^2.8.0",
"rollup-plugin-html": "^0.2.1",
"rollup-plugin-postcss": "^3.1.1",
"slug": "^2.1.1",
"terser": "^4.6.13"
}
}