-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 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
39
{
"name": "bouwe.io",
"version": "1.0.0",
"description": "",
"scripts": {
"publish": "babel-node src/publish.js",
"preview": "babel-node src/preview.js",
"create": "babel-node src/create.js"
},
"repository": {
"type": "git",
"url": "bouwe.io"
},
"author": "Bouwe",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"babel-cli": "^6.26.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"express": "^4.18.2",
"feed": "^4.2.2",
"front-matter": "^4.0.2",
"inquirer": "^9.1.4",
"remark": "13.0.0",
"remark-html": "13.0.0",
"shelljs": "^0.8.5",
"slugify": "^1.6.5"
},
"devDependencies": {
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"install": "^0.13.0",
"nodemon": "^2.0.20",
"npm": "^9.3.1",
"prettier": "^2.8.3"
}
}