-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 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
{
"name": "nextjs-starter-reactbricks-tailwind",
"private": true,
"license": "MIT",
"version": "1.3.7",
"author": "Matteo Frana <f2@f2.net>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"dayjs": "^1.11.8",
"email-validator": "^2.0.4",
"jsonp": "^0.2.1",
"next": "15.5.7",
"next-themes": "^0.2.1",
"pigeon-maps": "^0.21.3",
"prism-theme-night-owl": "^1.4.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-bricks": "^4.3.0",
"react-dom": "^18.2.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/postcss": "^4.0.11",
"@types/node": "^20.3.2",
"@types/react": "^18.2.14",
"@types/react-slick": "^0.23.13",
"concurrently": "^8.2.0",
"postcss": "^8.4.24",
"tailwindcss": "^4.0.11",
"typescript": "^5.1.5"
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}
}