You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
422 B
18 lines
422 B
{ |
|
"name": "orly-web", |
|
"version": "0.1.0", |
|
"private": true, |
|
"type": "module", |
|
"scripts": { |
|
"dev": "bun run --hot src/index.jsx", |
|
"build": "bun build ./src/index.jsx --outdir ./dist --minify && mkdir -p dist && cp -r public/* dist/", |
|
"start": "bun run dist/index.js" |
|
}, |
|
"dependencies": { |
|
"react": "^18.2.0", |
|
"react-dom": "^18.2.0" |
|
}, |
|
"devDependencies": { |
|
"bun-types": "latest" |
|
} |
|
} |