-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.23 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.23 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
49
50
51
52
{
"name": "demo-cms-camp",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"version": "1.0.0",
"author": "",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"dayjs": "^1.11.12",
"email-validator": "^2.0.4",
"jsonp": "^0.2.1",
"next": "^14.2.5",
"next-themes": "^0.3.0",
"pigeon-maps": "^0.21.6",
"prism-theme-night-owl": "^1.4.0",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-bricks": "^4.7.5",
"react-dom": "^18.3.1",
"react-slick": "^0.30.2",
"react-tweet": "^3.2.0",
"recharts": "^2.15.1",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^3.0.1",
"uuid": "^10.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@types/jsonp": "^0.2.3",
"@types/node": "^20",
"@types/prismjs": "^1.26.4",
"@types/react": "18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.7",
"typescript": "^5"
},
"prettier": {
"printWidth": 80,
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
}
}