-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.5 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.5 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "austn",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"@hotwired/stimulus": "^3.2.2",
"@hotwired/turbo-rails": "^8.0.12",
"autoprefixer": "^10.4.20",
"esbuild": "^0.25.0",
"postcss": "^8.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.0.7"
},
"scripts": {
"build": "esbuild app/javascript/*.* --bundle --sourcemap --splitting --format=esm --outdir=public/assets --public-path=/assets --entry-names=[name] --chunk-names=chunk-[hash] --loader:.js=jsx",
"build:prod": "esbuild app/javascript/*.* --bundle --minify --splitting --format=esm --outdir=public/assets --public-path=/assets --entry-names=[name] --chunk-names=chunk-[hash] --loader:.js=jsx",
"build:css": "tailwindcss -i ./app/assets/stylesheets/application.tailwind.css -o ./app/assets/builds/application.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@rails/actioncable": "^8.1.200",
"@react-three/drei": "^10.0.4",
"@react-three/fiber": "^9.1.0",
"@types/three": "^0.174.0",
"lamejs": "^1.2.1",
"pitchy": "^4.1.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"three": "^0.174.0",
"tone": "^15.1.22"
}
}