-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.42 KB
/
Copy pathpackage.json
File metadata and controls
85 lines (85 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "carax",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sweetalert2/theme-borderless": "^3.0.5",
"@types/history": "^4.7.3",
"@types/jest": "^24.0.23",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.11",
"@types/react": "^16.9.11",
"@types/react-datepicker": "^2.9.5",
"@types/react-dom": "^16.9.4",
"@types/react-router-dom": "^5.1.2",
"@types/react-select": "^3.0.8",
"@types/react-text-mask": "^5.4.6",
"@types/yup": "^0.26.24",
"dotenv": "^8.2.0",
"firebase": "^7.5.0",
"formik": "^2.0.5",
"interactjs": "^1.9.9",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"react": "^16.12.0",
"react-calendar-timeline": "^0.26.7",
"react-datepicker": "^2.10.1",
"react-dom": "^16.12.0",
"react-image": "^2.2.1",
"react-print-components": "^1.0.4",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-select": "^3.0.8",
"react-spring": "^8.0.27",
"react-text-mask": "^5.4.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"secure-ls": "^1.2.5",
"sweetalert2": "^9.3.17",
"typescript": "^3.7.2",
"yup": "^0.27.0"
},
"scripts": {
"build:css": "postcss src/tailwind.css -o src/index.css",
"watch:css": "postcss src/tailwind.css -o src/index.css -w",
"start": "react-scripts start",
"dev": "concurrently --kill-others \"npm run watch:css\" \"npm run 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"
]
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"autoprefixer": "^9.7.2",
"concurrently": "^5.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"postcss-cli": "^6.1.3",
"stylelint-config-recommended": "^3.0.0",
"tailwindcss": "^1.1.3"
}
}