-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 982 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
{
"name": "intl-presentation",
"private": true,
"version": "0.1.0",
"description": "Presentation on the use of Intl in front-end development",
"main": "slides.md",
"scripts": {
"scss": "node-sass-chokidar styles.scss styles.css",
"scss:watch": "node-sass-chokidar --watch styles.scss styles.css",
"start": "yarn scss && remarker",
"create-pdf": "decktape remark http://localhost:6275/ slides.pdf"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xeophin/intl-presentation.git"
},
"author": "Kaspar Manz <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/xeophin/intl-presentation/issues"
},
"homepage": "https://github.com/xeophin/intl-presentation#readme",
"devDependencies": {
"decktape": "^3.1.0",
"husky": ">=8",
"lint-staged": ">=10",
"node-pre-gyp": "^0.15.0",
"node-sass-chokidar": "^1.5.0",
"prettier": "^2.1.0",
"remarker": "^1.12.1"
}
}