-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.31 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.31 KB
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
{
"name": "aakonsalting",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p ${PORT:=3000}",
"typecheck": "tsc --project ./tsconfig.json --noEmit",
"clean": "rimraf .next",
"nuke:install": "rimraf ./node_modules ./package-lock.json"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@next/font": "^13.0.6",
"i18next": "^22.0.6",
"next": "^13.0.6",
"next-i18next": "^13.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.0.0",
"react-intersection-observer": "^9.4.1",
"react-scroll-parallax": "^3.3.2",
"react-syntax-highlighter": "^15.5.0"
},
"devDependencies": {
"@types/node": "^18.11.3",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"eslint-config-next": "13.0.2",
"focus-visible": "^5.2.0",
"framer-motion": "^7.6.9",
"picocolors": "^1.0.0",
"postcss": "^8.4.19",
"postcss-focus-visible": "^7.1.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"rimraf": "^3.0.2",
"sass": "^1.56.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"use-debounce": "^8.0.4"
}
}