-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
86 lines (86 loc) · 2.29 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
{
"name": "gtas-ui",
"version": "0.1.0",
"private": true,
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@loadable/component": "^5.13.1",
"@reach/router": "^1.3.3",
"bootstrap": "^4.4.1",
"dexie": "^3.0.3",
"dotenv-webpack": "^1.8.0",
"font-awesome": "^4.7.0",
"i18next": "^19.7.0",
"js-cookie": "^2.2.1",
"node-sass": "^4.14.1",
"pretty-quick": "^2.0.1",
"react": "^16.12.0",
"react-awesome-query-builder": "^2.1.9",
"react-beautiful-dnd": "^13.0.0",
"react-bootstrap": "^1.5.0",
"react-datetime-picker": "^3.0.4",
"react-dom": "^16.12.0",
"react-i18next": "^11.7.2",
"react-idle-timer": "^4.2.12",
"react-lazyload": "^3.2.0",
"react-markdown": "^5.0.2",
"react-multi-select-component": "^2.0.14",
"react-papaparse": "^3.8.0",
"react-query": "0.3.20",
"react-responsive-tabs": "^3.3.0",
"react-scripts": "4.0.1",
"react-scrollspy": "^3.4.3",
"react-select": "^3.0.8",
"react-table": "^7.0.0-rc.15",
"react-table-plugins": "^1.3.1",
"react-tiny-fab": "^4.0.2",
"react-trello": "^2.2.8",
"vaquita": "^1.0.9"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"rsg": "styleguidist server",
"rsg:build": "styleguidist build",
"format": "prettier \"src/**/*.{js,html}\" --write",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet",
"lint:fix": "eslint --fix ."
},
"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": {
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.17.0",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"prop-types": "^15.7.2",
"react-styleguidist": "^11.1.5",
"source-map-explorer": "^2.1.2"
}
}