-
Notifications
You must be signed in to change notification settings - Fork 210
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1.09 KB
/
package.json
File metadata and controls
32 lines (32 loc) · 1.09 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
{
"name": "cobe",
"version": "0.6.5",
"type": "module",
"main": "./dist/index.esm.js",
"files": [
"dist/**"
],
"types": "./dist/index.d.ts",
"repository": "shuding/cobe",
"license": "MIT",
"scripts": {
"build:glslx": "glslx src/shader.frag --output=src/shader.min.js --format=js",
"build:esm": "node scripts/build.js && cp src/index.d.ts dist/index.d.ts",
"build": "pnpm build:glslx && pnpm build:esm",
"chrome:debug": "open -na \"Google Chrome\" --args --new-window --disable-frame-rate-limit --user-data-dir=\"/tmp/chrome_dev_session\" --disable-web-security http://localhost:3000/playground"
},
"dependencies": {
"phenomenon": "^1.6.0"
},
"devDependencies": {
"esbuild": "^0.13.14",
"glslx": "^0.2.13",
"next": "^12.2.4",
"nextra": "2.0.0-alpha.50",
"nextra-theme-docs": "2.0.0-alpha.53",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^4.5.4"
},
"packageManager": "[email protected]+sha512.1d61f8c10e8a5a5dbfbddea0f1f5efb7dbd5177223073aec953cf230aa46416884b9427a6421dba78f28ad0f93fbede38ba57083237b350243de6b1e3a8ce71d"
}