-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "lv-tutorial-math",
"version": "2.0.0",
"description": "Math-specific tutorial for Liqvid",
"main": "server.js",
"scripts": {
"css": "stylus -w styl/style.styl -o static/style.css",
"start": "liqvid serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yuri Sulyma <yuri@liqvidjs.org>",
"license": "MIT",
"dependencies": {
"@juggle/resize-observer": "^3.4.0",
"@liqvid/cli": "^1.0.5",
"@liqvid/katex": "^0.1.0",
"@liqvid/mathjax": "^0.1.2",
"@liqvid/prompt": "^1.0.0",
"@liqvid/react-three": "^2.0.0",
"@liqvid/xyjax": "^0.0.2",
"@react-three/fiber": "7.*",
"@types/katex": "^0.14.0",
"@types/node": "^18.7.9",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/three": "^0.143.1",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"eslint": "^8.22.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"express": "^4.18.1",
"liqvid": "^2.1.7",
"pepjs": "^0.5.3",
"rangetouch": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rp-recording": "^2.3.0",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"three": "^0.143.0",
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"zustand": "^4.1.0"
}
}