summaryrefslogtreecommitdiff
path: root/sample-apps/react-todo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'sample-apps/react-todo/package.json')
-rw-r--r--sample-apps/react-todo/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/sample-apps/react-todo/package.json b/sample-apps/react-todo/package.json
new file mode 100644
index 0000000..41f66f4
--- /dev/null
+++ b/sample-apps/react-todo/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "react-todo",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "naive-client": "^2.3.4",
+ "react": "^16.8.3",
+ "react-dom": "^16.8.3",
+ "react-scripts": "2.1.5"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": "react-app"
+ },
+ "browserslist": [">0.2%", "not dead", "not ie <= 11", "not op_mini all"]
+}