-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
75 lines (75 loc) · 2.35 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
{
"name": "triton-collection-generator",
"version": "2.2.1",
"author": "Diogo Correia",
"license": "MIT",
"private": false,
"description": "Generates collection files for Triton based on other plugin's config",
"repository": "https://github.com/diogotcorreia/triton-collection-generator",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"eslint": "eslint --color *.{html,js,json,jsx,md} src/*.{html,js,json,jsx,md}",
"eslint:fix": "npm run eslint -- --fix",
"start": "react-scripts start",
"test": "react-scripts test"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@material-ui/core": "^4.9.9",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.48",
"formik": "^2.1.4",
"js-file-download": "^0.4.11",
"js-yaml": "^3.13.1",
"material-ui-dropzone": "^2.4.9",
"prop-types": "^15.7.2",
"properties": "^1.2.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-adjunct": "^4.0.2",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-array-func": "^3.1.5",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-html": "^6.0.1",
"eslint-plugin-jest": "^23.8.2",
"eslint-plugin-jest-async": "^1.0.3",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-json-format": "^2.0.1",
"eslint-plugin-markdown": "^1.0.2",
"eslint-plugin-no-constructor-bind": "^1.2.8",
"eslint-plugin-no-secrets": "^0.6.8",
"eslint-plugin-no-unsanitized": "^3.1.2",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-optimize-regex": "^1.1.7",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-scanjs-rules": "^0.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-simple-import-sort": "^5.0.2",
"eslint-plugin-sonarjs": "^0.5.0",
"eslint-plugin-switch-case": "^1.1.2",
"eslint-plugin-unicorn": "^18.0.1",
"prettier": "^2.0.4"
}
}