forked from nicmarti/cfp-devoxx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 729 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 729 Bytes
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
{
"name": "devoxx-cfp",
"version": "1.1.0",
"description": "Tailwind theme for Devoxx CFP 2023",
"author": "Nicolas Martignole",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nicmarti/cfp-devoxx.git"
},
"bugs": {
"url": "https://github.com/nicmarti/cfp-devoxx/issues"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.0",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.13",
"browserlist": "^1.0.1",
"browserslist": "^4.21.4",
"postcss": "^8.4.19",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.2.4"
},
"required": {
"node": ">=12.0.0"
},
"dependencies": {}
}