aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-11-13 20:11:33 +0300
committereug-vs <eug-vs@keemail.me>2020-11-13 20:17:51 +0300
commit5847198e2382c6bf3fedbca03ad2fcf71243290a (patch)
treed3949f67c095da6aa6bab4bd27e7acf312cd8d83 /package.json
downloadfamcs-kit-5847198e2382c6bf3fedbca03ad2fcf71243290a.tar.gz
feat: initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..3ea1d34
--- /dev/null
+++ b/package.json
@@ -0,0 +1,36 @@
+{
+ "name": "famcs-kit",
+ "version": "0.0.0",
+ "dependencies": {
+ "@types/jest": "^26.0.15",
+ "@types/node": "^12.0.0",
+ "@types/react": "^16.9.53",
+ "@types/react-dom": "^16.9.8",
+ "react": "^17.0.1",
+ "react-dom": "^17.0.1",
+ "react-scripts": "4.0.0",
+ "typescript": "^4.0.3",
+ "web-vitals": "^0.2.4"
+ },
+ "scripts": {
+ "start": "react-scripts start",
+ "build": "react-scripts build"
+ },
+ "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"
+ ]
+ }
+}