aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorEug-VS <eug-vs@keemail.me>2019-12-30 23:22:04 +0300
committerEug-VS <eug-vs@keemail.me>2019-12-30 23:22:04 +0300
commite02d553503992c4ecbf1fa5b263dce33b4814d6d (patch)
treebf4f8efd07a143b52a699ad3db9780ce59db7b7b /package.json
downloadchrono-cube-ui-e02d553503992c4ecbf1fa5b263dce33b4814d6d.tar.gz
Initial commit from Create React App
Diffstat (limited to 'package.json')
-rw-r--r--package.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..aa0109f
--- /dev/null
+++ b/package.json
@@ -0,0 +1,34 @@
+{
+ "name": "chrono-cube",
+ "version": "0.1.0",
+ "private": true,
+ "dependencies": {
+ "@testing-library/jest-dom": "^4.2.4",
+ "@testing-library/react": "^9.4.0",
+ "@testing-library/user-event": "^7.2.1",
+ "react": "^16.12.0",
+ "react-dom": "^16.12.0",
+ "react-scripts": "3.3.0"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build",
+ "test": "react-scripts test",
+ "eject": "react-scripts eject"
+ },
+ "eslintConfig": {
+ "extends": "react-app"
+ },
+ "browserslist": {
+ "production": [
+ ">0.2%",
+ "not dead",
+ "not op_mini all"
+ ],
+ "development": [
+ "last 1 chrome version",
+ "last 1 firefox version",
+ "last 1 safari version"
+ ]
+ }
+}