-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.69 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
{
"name": "paintbot-app",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"typecheck": "tsc --noEmit",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --format stylish",
"prettier": "prettier --write '**/*.{md,yml,js,jsx,json,ts,tsx}'"
},
"dependencies": {
"@types/react-router-hash-link": "1.2.1",
"framer-motion": "2.9.5",
"path-to-regexp": "6.1.0",
"react": "16.8.3",
"react-dom": "16.8.3",
"react-flip-move": "3.0.3",
"react-focus-lock": "2.5.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2",
"react-router-hash-link": "2.2.2",
"sockjs-client": "1.4.0",
"styled-components": "4.1.3",
"tinycolor2": "1.4.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "23.3.12",
"@types/node": "10.12.18",
"@types/react": "16.9.25",
"@types/react-dom": "16.8.2",
"@types/react-router": "5.1.2",
"@types/react-router-dom": "5.1.0",
"@types/sockjs-client": "1.1.1",
"@types/styled-components": "^5.1.4",
"@types/tinycolor2": "1.4.1",
"@typescript-eslint/eslint-plugin": "4.9.0",
"@typescript-eslint/parser": "4.9.0",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"husky": "1.3.1",
"jest-canvas-mock": "1.1.0",
"lint-staged": "8.1.5",
"prettier": "1.15.3",
"react-scripts": "3.4.4",
"typescript": "3.9.7",
"typescript-styled-plugin": "0.14.0"
}
}