-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.41 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.41 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
{
"name": "deanery",
"version": "1.0.0",
"description": "A Django-based academic management system for educational institutions.",
"main": "tailwind.config.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/tailwindcss -i ./theme/static_src/src/input.css -o ./theme/static/css/dist/output.css",
"watch": "./node_modules/.bin/tailwindcss -i ./theme/static_src/src/input.css -o ./theme/static/css/dist/output.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ByteNadeem/Deanery.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/ByteNadeem/Deanery/issues"
},
"homepage": "https://github.com/ByteNadeem/Deanery#readme",
"dependencies": {
"autoprefixer": "^10.4.21",
"daisyui": "^5.1.23",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13"
},
"devDependencies": {
"tailwindcss": "^4.1.14",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"autoprefixer": "^10.4.21",
"daisyui": "^5.1.29",
"cross-env": "^7.0.3",
"rimraf": "^6.0.1",
"@tailwindcss/forms": "^0.5.10",
"postcss-nested": "^7.0.2",
"postcss-simple-vars": "^7.0.1"
}
}