-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 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
{
"name": "md2practice",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "eslint && jest"
},
"dependencies": {
"@types/ramda": "^0.28.15",
"@use-gesture/react": "^10.2.20",
"axios": "^0.27.2",
"marked": "^4.0.14",
"ramda": "^0.28.0",
"react": "^17.0.2",
"react-cookie-consent": "^7.4.1",
"react-dom": "^17.0.2",
"react-error-boundary": "^3.1.4",
"react-ga4": "^1.4.1",
"react-highlight": "^0.14.0",
"react-markdown": "^8.0.3",
"react-router-dom": "6",
"react-spring": "^9.4.4",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.1.9"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "12.1.4",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.4.3",
"@types/chance": "^1.1.3",
"@types/jest": "^27.4.1",
"@types/js-cookie": "^3.0.2",
"@types/marked": "^4.0.3",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.10",
"@types/react-syntax-highlighter": "^13.5.2",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.39.0",
"@vitejs/plugin-react": "^1.3.1",
"autoprefixer": "^10.4.5",
"babel-jest": "^28.0.3",
"chance": "^1.1.9",
"eslint": "^8.14.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.5",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^27.5.1",
"postcss": "^8.4.12",
"tailwindcss": "^3.1.8",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"vite": "^2.9.6"
}
}