-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.91 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
{
"homepage": "https://annavilnid.github.io/thoth/",
"name": "thoth",
"license": "MIT",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"events": "^3.3.0",
"formik": "^2.4.3",
"i18next": "^23.2.11",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.2.1",
"markdown-it": "^13.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-html-parser": "^2.0.2",
"react-i18next": "^13.0.2",
"react-player": "^2.12.0",
"react-router-dom": "^6.14.2",
"react-slick": "^0.29.0",
"react-youtube": "^10.1.0",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.1",
"uuid": "^9.0.0",
"vite-plugin-i18n": "^1.0.2",
"yup": "^1.2.0"
},
"devDependencies": {
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-html-parser": "^2.0.2",
"@types/react-slick": "^0.23.10",
"@types/styled-components": "^5.1.26",
"@types/svgr__rollup": "^4.3.1",
"@types/uuid": "^9.0.2",
"@types/validator": "^13.11.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"gh-pages": "^5.0.0",
"prettier": "2.8.8",
"typescript": "^5.0.2",
"validator": "^13.11.0",
"vite": "^4.3.9",
"vite-plugin-gh-pages": "^0.4.1",
"vite-plugin-svgr": "^3.2.0"
}
}