Skip to content

Commit 14ad3c0

Browse files
committed
wip
1 parent 5f0dfbe commit 14ad3c0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "todo-app",
3+
"private": true,
4+
"scripts": {
5+
"start": "esbuild src/index.jsx --bundle --outdir=www/js --servedir=www",
6+
"build": "esbuild src/index.jsx --bundle --outdir=www/js --minify"
7+
},
8+
"dependencies": {
9+
"react": "^16.12.0",
10+
"semver": "5.7.1"
11+
},
12+
"devDependencies": {
13+
"vite": "~4.5.0",
14+
"vitest": "0.34.0"
15+
}
16+
}

0 commit comments

Comments
 (0)