This repository has been archived by the owner on Nov 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
111 lines (111 loc) · 3.47 KB
/
package.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "shulesuite-app",
"version": "0.1.0",
"description": "ShuleSuite Web App",
"private": true,
"dependencies": {
"-": "^0.0.1",
"@sentry/react": "^5.21.4",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"D": "^1.0.0",
"antd": "^4.1.2",
"axios": "^0.19.1",
"axios-cache-adapter": "^2.5.0",
"bootstrap": "^4.5.2",
"chart.js": "^2.9.3",
"cypress-react-unit-test": "^4.11.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.3",
"firebase": "^7.14.5",
"install": "^0.13.0",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-alert": "^6.0.0",
"react-alert-template-basic": "^1.0.0",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-highlight-words": "^0.16.0",
"react-infinite-scroller": "^1.2.4",
"react-loader-spinner": "^3.1.5",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.0",
"react-test-renderer": "^16.13.1",
"react-transition-group": "^4.3.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.0.1",
"typescript": "^3.7.5"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"full-test": "yarn react-app-rewired test --watchAll=false --detectOpenHandles && yarn cypress-run",
"eject": "react-app-rewired eject",
"cypress-open": "cypress open",
"cypress-run": "cypress run --headless --browser chrome",
"analyze": "source-map-explorer 'build/static/js/*.js'",
"pretty": "prettier --write \"src/**/*.{js,jsx}\""
},
"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": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@babel/preset-react": "^7.8.3",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"css-loader": "^3.4.2",
"customize-cra": "^1.0.0",
"cypress": "^5.0.0",
"cypress-react-selector": "^2.0.2",
"faker": "^5.1.0",
"husky": "^4.2.5",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"lint-staged": "^10.2.13",
"prettier": "^2.1.1",
"react-app-rewired": "^2.1.6",
"source-map-explorer": "^2.4.2",
"style-loader": "^1.1.3",
"webpack-filter-warnings-plugin": "^1.2.1"
},
"prettier": {
"tabWidth": 4
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
},
"author": "Paul Onteri - Lead Software Engineer, ShuleSuite.com",
"license": "Proprietary",
"homepage": "https://shulesuite.com/"
}