-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
48 lines (48 loc) · 1.87 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
40
41
42
43
44
45
46
47
48
{
"name": "sfeir-school-theme",
"version": "3.2.0",
"description": "Sfeir School Theme for RevealJS",
"main": "./sfeir-school-theme.mjs",
"exports": "./sfeir-school-theme.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "live-server --port=4242 --open=\"./demo/index.html\" --mount=\"/assets:./demo/assets\" --mount=\"/web_modules:./demo/web_modules\" --watch=\"./demo/web_modules/sfeir-school-theme,./demo/markdown/\"",
"release": "echo \"Error: no deployement is configure for the moment, please just build the project\"",
"prepare-demo": "node ./scripts/prepare-demo.js",
"prestart": "npm run prepare-demo",
"start": "parallelshell \"npm run serve\" \"npm run build-watch\"",
"postbuild": "node ./scripts/prepare-publish.js",
"build": "vite build",
"on-change:build": "chokidar \"./src\" -c \"npm run build\"",
"on-change:copy": "chokidar \"./dist\" -c \"npm run prepare-demo\"",
"build-watch": "parallelshell \"npm run on-change:build\" \"npm run on-change:copy\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/sfeir-open-source/sfeir-school-theme.git"
},
"keywords": [
"css",
"sfeir"
],
"author": "jefbinomed",
"license": "MIT",
"bugs": {
"url": "https://github.com/sfeir-open-source/sfeir-school-theme/issues"
},
"homepage": "https://github.com/sfeir-open-source/sfeir-school-theme#readme",
"dependencies": {
"feather-icons": "^4.29.0",
"highlight.js": "^11.7.0",
"lit-html": "^2.2.7",
"reveal.js": "^4.5.0"
},
"devDependencies": {
"chokidar-cli": "^3.0.0",
"live-server": "^1.1.0",
"parallelshell": "3.0.1",
"sass": "^1.51.0",
"shelljs": "^0.8.5",
"vite": "^3.1.0"
}
}