generated from will-ks/basic-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.13 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
{
"name": "react-plots",
"private": true,
"workspaces": {
"packages": [
"packages/*",
"scripts",
"plots"
]
},
"scripts": {
"setup": "cp check-commits.sh .git/hooks/pre-push && cp check-commits.sh .git/hooks/pre-commit && chmod +x .git/hooks/pre-push && chmod +x .git/hooks/pre-commit && git remote add template git@github.com:dambusm/react-plots.git",
"merge-template-changes": "git fetch template && git merge template/main --allow-unrelated-histories"
},
"devDependencies": {
"@types/node": "17.0.4",
"@typescript-eslint/eslint-plugin": "5.8.0",
"@typescript-eslint/parser": "5.8.0",
"babel-eslint": "10.1.0",
"eslint": "8.5.0",
"eslint-config-react-app": "7.0.0",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-no-unsanitized": "4.0.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-testcafe": "0.2.1",
"eslint-plugin-unicorn": "39.0.0",
"prettier": "2.5.1",
"typescript": "4.5.4"
}
}