-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.49 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
{
"name": "finansowe-niewolnictwo",
"author": "Dawid Seipold",
"description": "Finansowe Niewolnictwo",
"version": "0.1.0",
"private": true,
"license": "MIT",
"homepage": "YOUR_GIT_REPO_URL",
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"dev": "cross-env NODE_OPTIONS='--inspect' next dev -p 5000",
"build": "next build",
"start": "next start",
"prepare": "husky install",
"lint": "next lint",
"prettier": "prettier -w .",
"revert": "git reset HEAD~"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.2",
"next": "latest",
"react": "^18.1.0",
"react-dom": "^18.1.0"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@commitlint/cli": "^16.2.4",
"@commitlint/config-conventional": "^16.2.4",
"@headlessui/react": "^1.6.1",
"@tabler/icons": "^1.68.0",
"@types/node": "17.0.4",
"@types/react": "^18.0.8",
"autoprefixer": "^10.4.0",
"cross-env": "^7.0.3",
"eslint": "^8.14.0",
"eslint-config-next": "^12.1.5",
"eslint-plugin-unused-imports": "^2.0.0",
"framer-motion": "^6.3.3",
"graphql": "^16.4.0",
"graphql-request": "^4.2.0",
"husky": "^7.0.0",
"next-themes": "^0.1.1",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.1",
"react-markdown": "^8.0.3",
"react-query": "^3.39.0",
"tailwindcss": "^3.0.7",
"typescript": "4.5.4",
"usehooks-ts": "^2.5.3"
}
}