X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=package.json;fp=package.json;h=08809cf1716e4f7cff87c785ad0530ff0bcdb1eb;hb=71f81b4555b0830ddf20f5ea901b0d4b34be253c;hp=0000000000000000000000000000000000000000;hpb=5a6fdde528dcff44c86f73709ed54916a769222e;p=puzzless diff --git a/package.json b/package.json new file mode 100644 index 0000000..08809cf --- /dev/null +++ b/package.json @@ -0,0 +1,16 @@ +{ + "name": "puzzless", + "version": "0.1.0", + "private": true, + "dependencies": { + "react": "^16.3.0", + "react-dom": "^16.3.0", + "react-scripts": "1.1.1" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test --env=jsdom", + "eject": "react-scripts eject" + } +} \ No newline at end of file