This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
generated from Netfloex/Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.8 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
{
"name": "traveler",
"version": "1.0.0",
"license": "MIT",
"main": ".next/standalone/server",
"scripts": {
"build": "next build",
"export": "next export",
"dev": "next dev",
"start": "next start",
"stylelint": "stylelint **/*.scss",
"typescript": "tsc",
"lint": "eslint . --ext .ts --ext .tsx --ext json",
"prettier": "prettier . --check",
"prepare": "husky install"
},
"devDependencies": {
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@mui/joy": "^5.0.0-alpha.45",
"@tanstack/react-query": "^4.3.9",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@trpc/client": "^10.0.0-proxy-beta.0",
"@trpc/next": "^10.0.0-proxy-beta.0",
"@trpc/react": "^10.0.0-proxy-beta.0",
"@trpc/server": "^10.0.0-proxy-beta.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash.throttle": "^4.1.7",
"@types/luxon": "^3.0.1",
"@types/node": "^18.7.15",
"@types/react": "^18.0.18",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"chalk": "^5.0.1",
"chalk-template": "^0.4.0",
"eslint": "^8.23.0",
"eslint-config-next": "^12.2.5",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-css-modules": "^2.11.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.1.0",
"got": "^12.4.1",
"header-generator": "^2.0.9",
"husky": "^8.0.1",
"ky": "^0.31.3",
"lodash.throttle": "^4.1.1",
"luxon": "^3.0.3",
"next": "^12.2.5",
"next-pwa": "^5.6.0",
"next-seo": "^5.5.0",
"prettier": "^2.7.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"sass": "^1.54.9",
"stylelint": "^14.11.0",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-scss": "^4.3.0",
"typescript": "^4.8.2",
"zod": "^3.19.1"
}
}