-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.48 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.48 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "presentation-template",
"version": "1.0.0",
"description": "Beautiful presentations built with Scout - Powered by reveal.js",
"homepage": "https://scout.new",
"subdomain": "scout-presentation",
"main": "dist/reveal.js",
"module": "dist/reveal.esm.js",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint js/**/*.js",
"clean": "rm -rf dist"
},
"author": {
"name": "Scrapybara",
"web": "https://scout.new"
},
"repository": {
"type": "git",
"url": "git://github.com/scrapybara/presentation-template.git"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"reveal",
"slides",
"presentation"
],
"dependencies": {
"core-js": "^3.33.1",
"fitty": "^2.3.7",
"highlight.js": "^11.9.0",
"marked": "^4.3.0"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@vitejs/plugin-legacy": "^5.4.3",
"autoprefixer": "^10.4.20",
"babel-plugin-transform-html-import-to-string": "2.0.0",
"clean-css": "^5.3.3",
"eslint": "^8.57.0",
"glob": "^10.3.10",
"postcss": "^8.4.49",
"rollup": "^4.1.5",
"sass": "^1.79.4",
"terser": "^5.32.0",
"vite": "^6.3.5"
},
"browserslist": "> 2%, not dead"
}