generated from halvardssm/frontend-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.09 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
{
"packageManager": "[email protected]",
"name": "fe-temp",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start:dev": "vite",
"build": "vite build",
"preview": "vite preview",
"ladle:serve": "ladle serve",
"check": "yarn format:check && yarn lint:check",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint:fix": "eslint --fix .",
"lint:check": "echo 'checking eslint' && eslint . && echo 'eslint complete\nchecking tsc' && tsc --noEmit && echo 'tsc complete'"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@ladle/react": "^2.13.0",
"@mdx-js/rollup": "^2.3.0",
"@rehooks/local-storage": "^2.4.4",
"@sentry/react": "^7.53.1",
"@sentry/tracing": "^7.53.1",
"i18next": "^22.5.0",
"i18next-browser-languagedetector": "^7.0.1",
"i18next-http-backend": "^2.2.1",
"immer": "^10.0.2",
"lodash-es": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-helmet": "^6.1.0",
"react-i18next": "^12.3.1",
"react-remark": "^2.1.0",
"react-router-dom": "^6.11.2",
"swr": "^2.1.5",
"twemoji": "^14.0.2",
"vite-plugin-svgr": "^3.2.0",
"zustand": "^4.3.8"
},
"devDependencies": {
"@mdx-js/mdx": "^2.3.0",
"@sentry/vite-plugin": "^2.2.0",
"@tailwindcss/typography": "^0.5.9",
"@types/js-yaml": "^4.0.5",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.2.5",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/react-helmet": "^6.1.6",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"remark-frontmatter": "^4.0.1",
"remark-mdx-frontmatter": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}