-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 986 Bytes
/
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
{
"name": "@vuoro/rahti",
"version": "12.0.5",
"description": "Reactive JS components without JSX",
"type": "module",
"main": "./rahti/component.js",
"exports": {
".": "./rahti/component.js",
"./state": "./rahti/state.js",
"./globalState": "./rahti/globalState.js",
"./dom": "./rahti/dom.js",
"./webgl2": "./webgl2/webgl2.js",
"./vite-plugin-rahti": "./vite-plugin-rahti/vite-plugin-rahti.js"
},
"scripts": {
"start": "vite dev --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuoro/rahti.git"
},
"keywords": ["reactive", "javascript", "rahti"],
"license": "MIT",
"bugs": {
"url": "https://github.com/vuoro/rahti/issues"
},
"homepage": "https://github.com/vuoro/rahti#readme",
"devDependencies": {
"vite": "^5.2.11",
"@biomejs/biome": "^1.7.3"
},
"prettier": {
"printWidth": 100
},
"packageManager": "pnpm@9.1.0",
"dependencies": {
"gl-mat4-esm": "^1.1.4"
}
}