-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 974 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
34
35
36
37
38
{
"name": "ds",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node ./lib/build",
"start": "node ./lib/server",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.24.5",
"chokidar": "^2.0.4",
"front-matter": "^2.3.0",
"fs-extra": "^6.0.1",
"gh-pages": "^1.2.0",
"glob": "^7.1.2",
"npm": "^6.1.0",
"nunjucks": "^3.1.3",
"postcss": "^6.0.23",
"postcss-import": "^11.1.0",
"postcss-normalize": "^6.0.0",
"postcss-preset-env": "^5.2.1",
"pretty": "^2.0.0",
"rollup": "^0.62.0",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-json": "^3.0.0",
"rollup-plugin-node-resolve": "^3.3.0"
}
}