-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.32 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
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "kurtlourens_playground",
"version": "0.1.91",
"private": true,
"dependencies": {
"@chakra-ui/icons": "^2.0.2",
"@chakra-ui/react": "^2.2.1",
"@chakra-ui/system": "^2.1.3",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.9.0",
"@hcaptcha/react-hcaptcha": "^1.3.1",
"@heroicons/react": "^1.0.1",
"@material-ui/core": "^4.12.4",
"axios": "^0.27.1",
"classnames": "^2.3.1",
"clippyjs": "0.0.3",
"cowsay-browser": "^1.1.8",
"debounce": "^1.2.1",
"dragselect": "^2.3.1",
"framer-motion": "^4.1.17",
"gamblers-dice": "^1.0.1",
"i18next": "^21.8.11",
"moment": "^2.29.1",
"mousetrap": "^1.6.5",
"node-sass": "^7.0.1",
"object-hash": "^2.2.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"pullstate": "^1.24.0",
"react": "^18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-calendar": "^3.7.0",
"react-do-painting": "^1.0.3",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.3",
"react-ga": "^3.3.1",
"react-i18next": "^11.17.3",
"react-icons": "^4.4.0",
"react-markdown": "^8.0.3",
"react-resizable": "^3.0.4",
"react-scripts": "5.0.1",
"react-toastify": "^9.0.5",
"react-twitter-widgets": "^1.11.0",
"stl-viewer": "^0.12.0",
"typescript": "^4.7.4",
"web-vitals": "^2.1.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/debounce": "^1.2.0",
"@types/dragselect": "^1.13.1",
"@types/jest": "^26.0.23",
"@types/mousetrap": "^1.6.8",
"@types/node": "^12.20.13",
"@types/react": "^18.0.14",
"@types/react-calendar": "^3.4.1",
"@types/react-dom": "^18.0.5",
"@types/react-resizable": "^1.7.2",
"react-app-rewired": "^2.2.1"
}
}