-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "@edc4it/reveal.js-external-code",
"license": "MIT",
"keywords": [
"reveal",
"reveal.js",
"reveal-plugin",
"plugin",
"railroad",
"syntax",
"diagrams"
],
"version": "1.0.4",
"files": [
"dist"
],
"author": "Raphaël Parrée <rparree@edc4it.com> (https://www.edc4it.com/)",
"repository": {
"type": "git",
"url": "git+https://github.com/edc4it/reveal.js-external-code.git"
},
"main": "./dist/external-code.umd.js",
"module": "./dist/external-code.es.js",
"types": "./dist/plugin.d.ts",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview",
"lint": "eslint . --ext .ts,.tsx",
"prepare": "husky"
},
"lint-staged": {
"*.ts": "eslint --cache --fix"
},
"devDependencies": {
"@types/reveal.js": "^5.0.1",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"postcss-nesting": "^13.0.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-css-injected-by-js": "^3.5.0",
"vite-plugin-dts": "^3.8.0",
"vite-plugin-remove-console": "^2.2.0",
"vitest": "^2.0.5"
},
"dependencies": {
"deepmerge": "^4.3.1",
"reveal.js": "^5.0.5",
"simple-notify": "^1.0.4"
},
"bugs": {
"url": "https://github.com/edc4it/reveal.js-external-code/issues"
},
"homepage": "https://github.com/edc4it/reveal.js-external-code#readme",
"description": ""
}