-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
63 lines (63 loc) · 1.87 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
{
"name": "what-the-filter",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eslint": "eslint --fix \"**/*.{ts,tsx}\""
},
"dependencies": {
"@monaco-editor/react": "^4.4.5",
"@reecelucas/react-use-hotkeys": "^1.3.3",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@testing-library/user-event": "^14.2.0",
"@types/astring": "^1.7.0",
"@types/esquery": "^1.0.2",
"@types/estraverse": "^5.1.1",
"@types/estree": "^0.0.45",
"@types/jest": "^27.5.1",
"@types/lz-string": "^1.3.34",
"@types/prettier": "2.3.0",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.4",
"@types/react-github-button": "^0.1.1",
"@types/styled-components": "^5.1.25",
"@types/uuid": "^8.3.4",
"abstract-syntax-tree": "^2.20.6",
"lz-string": "^1.4.4",
"monaco-editor": "^0.33.0",
"prettier": "2.3.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-github-button": "^0.1.11",
"react-json-view": "1.21.3",
"react-scripts": "4.0.3",
"react-select": "^5.3.2",
"react-split-pane": "^0.1.92",
"react-toastify": "^9.0.1",
"styled-components": "^5.3.5",
"typescript": "~4.6.4",
"uuid": "^8.3.2",
"websandbox": "^0.5.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.2.2",
"eslint-plugin-jest-dom": "^4.0.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-testing-library": "4.12.4"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
]
}