-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.53 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": "project-inova",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"lint": "next lint",
"format": "npx prettier -w ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/slycooper-n/project-inova.git"
},
"keywords": [],
"author": "Gabriel VS Frasão <gabrielvitor.frasao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/slycooper-n/project-inova/issues"
},
"homepage": "https://github.com/slycooper-n/project-inova#readme",
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.6",
"@headlessui/react": "^1.7.9",
"@radix-ui/react-dialog": "^1.0.2",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-visually-hidden": "^1.0.1",
"@splidejs/react-splide": "^0.7.12",
"@types/react-scroll": "^1.8.6",
"blurhash": "^2.0.4",
"clsx": "^1.2.1",
"framer-motion": "^9.0.1",
"next": "^13.0.0",
"react": "^18.2.0",
"react-blurhash": "^0.2.0",
"react-dom": "^18.2.0",
"react-scroll": "^1.8.9"
},
"devDependencies": {
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"autoprefixer": "^10.4.13",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.26.0",
"eslint-config-next": "^13.0.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.1",
"typescript": "^4.8.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}