-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 965 Bytes
/
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
{
"author": "Jack Salici",
"comments": {
"dependencies": {
"theme-change": "project"
},
"devDependencies": {
"@tailwindcss/typography": "project",
"autoprefixer": "project",
"daisyui": "project",
"postcss": "project",
"postcss-cli": "project",
"postcss-import": "salinger",
"tailwindcss": "project"
}
},
"dependencies": {
"theme-change": "^2.5.0"
},
"description": "![Screenshot](https://github.com/jacksalici/jacksalici.com/blob/main/static/uploads/website.png)",
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"daisyui": "^3.5.1",
"postcss": "^8.4.25",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.2"
},
"license": "ISC",
"main": "tailwind.config.js",
"name": "jacksalici",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.0"
}