-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.09 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
{
"name": "celestial_navigation",
"version": "1.0.0",
"description": "[https://jtakacs.github.io](https://jtakacs.github.io)",
"source": "src/index.html",
"scripts": {
"start": "vite",
"build": "vite build",
"serve": "vite preview",
"grammar": "nearleyc examples/grammar.ne > grammar.js && sed -E 's/\"i($|[ :|)])/\"\\1/g' examples/grammar.ne | nearley-railroad | grep -v -E \"( *</body> *| *</html> *)\"| tail -n \"+33\" > html/grammar.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtakacs/jtakacs.github.io.git"
},
"author": "Takács János",
"license": "GPL3",
"bugs": {
"url": "https://github.com/jtakacs/jtakacs.github.io/issues"
},
"homepage": "https://github.com/jtakacs/jtakacs.github.io#readme",
"dependencies": {
"@kor-ui/kor": "^1.11.3",
"katex": "^0.16.8",
"lit": "^2.8.0",
"nearley": "^2.20.1",
"three": "^0.157.0"
},
"devDependencies": {
"node-fetch": "^3.3.0",
"vite": "^4.2.0",
"vite-plugin-esmodule": "^1.4.4",
"vite-plugin-html-inject": "^1.0.4",
"webpack": "^5.88.2"
}
}