-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 915 Bytes
/
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
{
"name": "emmet-web",
"description": "Emmet Main Web-site",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "docpad run",
"build": "docpad generate",
"deploy": "docpad generate --silent --env production"
},
"devDependencies": {
"docpad": "^6.82.5",
"docpad-plugin-eco": "^2.3.0",
"docpad-plugin-frontend": "^3.0.0",
"docpad-plugin-marked": "^2.5.0",
"docpad-plugin-menu": "^3.0.0",
"docpad-plugin-partials": "^2.13.0",
"gulp": "^3.9.1",
"gulp-gzip": "^1.4.2",
"gulp-minify-css": "^1.2.4",
"html-transform": "git+https://github.com/sergeche/html-transform.git#v3.0.0",
"js-bundler": "git+https://github.com/sergeche/js-bundler.git#v2.1.0",
"through2": "^3.0.0"
},
"engines": {
"node": "~10.13.0"
},
"dependencies": {
"codemirror": "^5.0.0",
"codemirror-movie": "^1.2.1",
"emmet-codemirror": "^1.2.4"
}
}