-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.31 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
{
"name": "@footron/controls-typescript-template",
"version": "0.1.0",
"scripts": {
"dev": "ftcontrols"
},
"dependencies": {
"@emotion/react": "^11.4.0",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"react": "^17.0.2",
"react-cool-dimensions": "^2.0.7",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@footron/controls-cli": "^0.1.1",
"@footron/controls-client": "^0.1.14",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"@vitejs/plugin-react-refresh": "^1.3.5",
"eslint": "^7.31.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-import-resolver-node": "^0.3.4",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"husky": ">=6",
"lint-staged": ">=10",
"pinst": ">=2",
"prettier": "^2.3.2",
"typescript": "4.3.5",
"vite": "2.4.1"
},
"lint-staged": {
"*.{html,htm,js,jsx,ts,tsx,css,md}": "yarn prettier --max-warnings=0 --write .",
"*.{js,jsx,ts,tsx,d.ts}": "yarn eslint --fix"
}
}