aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDhruv Venkataraman2022-10-02 23:31:14 -0400
committerDhruv Venkataraman2022-10-02 23:31:14 -0400
commit0162fb04402567646501f17e6ef6542cc0d85da5 (patch)
treea46ed99a8142aed54783d061f85a40a581e1feb6 /package.json
idk
Diffstat (limited to 'package.json')
-rw-r--r--package.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f9b19be
--- /dev/null
+++ b/package.json
@@ -0,0 +1,37 @@
+{
+ "name": "piano-appp",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "cra-template": "1.2.0",
+ "react": "^18.2.0",
+ "react-dom": "^18.2.0",
+ "react-piano": "^3.1.3",
+ "react-scripts": "5.0.1",
+ "web-vitals": "^3.0.2"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": [
+ "react-app",
+ "react-app/jest"
+ ]
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}