-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.1.json
executable file
·97 lines (97 loc) · 2.63 KB
/
package.1.json
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
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "livedazeDev",
"version": "0.0.1",
"description": "livedaze",
"main": "index.js",
"scripts": {
"clean": "rimraf dist",
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"build:config": "firebase-ci createConfig",
"deploy": "firebase-ci deploy -s",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"format": "prettier --single-quote --no-semi --trailing-comma none --write \"src/**/*.js\"",
"prepush": "npm run lint"
},
"repository": {
"type": "git",
"url": ""
},
"engines": {
"node": ">=8"
},
"author": "dafult",
"license": "MIT",
"dependencies": {
"@date-io/date-fns": "^1.1.0",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.1",
"@mdi/js": "^3.5.95",
"chartist": "^0.11.0",
"firebase": "^5.7.2",
"history": "^4.7.2",
"lodash": "^4.17.11",
"material-ui-next-pickers": "0.0.20",
"material-ui-pickers": "^2.2.4",
"mdi-react": "^5.3.0",
"prop-types": "^15.6.1",
"react": "^16.7.0",
"react-chartist": "^0.13.3",
"react-datepicker": "^2.2.0",
"react-dom": "^16.7.0",
"react-google-button": "^0.5.3",
"react-loadable": "^5.5.0",
"react-materialize": "^2.6.0",
"react-redux": "^5.0.7",
"react-redux-firebase": "^2.2.6",
"react-router-dom": "^4.3.1",
"react-spring": "^8.0.15",
"react-star-rating-component": "^1.4.1",
"react-trello": "^2.1.3",
"recharts": "^1.5.0",
"recompose": "^0.30.0",
"redux": "^4.0.0",
"redux-auth-wrapper": "^2.0.3",
"redux-firestore": "^0.7.1",
"redux-form": "^7.4.0",
"redux-form-material-ui": "^5.0.0-beta.3",
"redux-thunk": "^2.2.0",
"semantic-ui-react": "^0.86.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@mdi/react": "^1.1.0",
"css-loader": "^2.1.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "^2.10.0",
"eslint-config-react-app": "^3.0.4",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.7.0",
"eslint-plugin-react": "^7.11.0",
"husky": "^0.14.3",
"moment": "^2.24.0",
"moment-duration-format": "^2.2.2",
"moment-timezone": "^0.5.23",
"node-sass": "^4.10.0",
"prettier": "^1.14.3",
"react-scripts": "^2.1.8"
},
"eslintConfig": {
"extends": [ "material", "airbnb" ],
"rules": {
"react/prefer-stateless-function": 0,
"react/jsx-filename-extension": 0,
"react/jsx-one-expression-per-line": 0
}
},
"browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ],
"babel": {
"presets": [ "react-app" ],
"plugins": [ "@babel/plugin-syntax-dynamic-import" ]
}
}