We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0dfbe commit 14ad3c0Copy full SHA for 14ad3c0
examples/react-todos-app/package.json
@@ -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