-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 2.14 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
{
"name": "l3miage",
"version": "1.0.0",
"description": "Course for Genie Lociel in Paris Descartes",
"main": "index.js",
"scripts": {
"reveal:css": "cat ./node_modules/reveal.js/dist/reveal.css | cleancss -O2 -o www/vendor/reveal.css && cat ./node_modules/reveal.js/dist/theme/night.css | grep -v -E \"^@import\" | grep -v -E \"font-family:.*?sans-serif\" | cleancss -O2 -o www/vendor/night.css && cat ./node_modules/reveal.js/plugin/highlight/zenburn.css | cleancss -O2 -o www/vendor/zenburn.css",
"reveal:js": "cp ./node_modules/reveal.js/plugin/markdown/markdown.js www/vendor/markdown.js && cp ./node_modules/reveal.js/plugin/highlight/highlight.js www/vendor/highlight.js && cp ./node_modules/reveal.js/dist/reveal.js www/vendor/reveal.js",
"reveal": "mkdir -p www/vendor && npm run reveal:css && npm run reveal:js",
"build": "script/doc && script/ci",
"prestart": "go install github.com/ViBiOh/viws/cmd/viws-light@latest",
"start": "ALGOLIA_APP=H35CS6IJ9J ALGOLIA_KEY=${ALGOLIA_KEY} ALGOLIA_INDEX=l3miage viws-light -directory ./www/ -csp \"default-src 'self'; base-uri 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' cdn.jsdelivr.net/algoliasearch/3/ www.datadoghq-browser-agent.com/eu1/v5/; style-src 'self' 'unsafe-inline'; connect-src 'self' *.algolia.net *.algolianet.com browser-intake-datadoghq.eu/api/v2/; child-src www.youtube.com\" -env ALGOLIA_APP,ALGOLIA_KEY,ALGOLIA_INDEX",
"start-airgap": "\"${HOME}/code/viws/bin/viws-light\" -directory ./www/ -csp \"default-src 'self'; base-uri 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; connect-src 'self'\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ViBiOh/l3miage.git"
},
"keywords": [
"markdown",
"course",
"quality",
"genie",
"logiciel"
],
"author": "Vincent Boutour <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ViBiOh/l3miage/issues"
},
"homepage": "https://github.com/ViBiOh/l3miage#readme",
"dependencies": {
"reveal.js": "5.1.0"
},
"devDependencies": {
"clean-css-cli": "5.6.3",
"uglify-es": "3.3.9"
}
}