-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 979 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
{
"name": "personal-logbook",
"version": "0.1.0",
"description": "Personal Logbook",
"main": "run.py",
"directories": {
"test": "tests"
},
"scripts": {
"test": "python run.py --debug",
"build-css": "postcss logbook/static/css/main.css -o logbook/static/vendor/tailwind-css/tailwind.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicola-zen/personal-logbook.git"
},
"keywords": [
"personal",
"logbook",
"python",
"flask"
],
"author": "Nicola Zanardi",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/nicola-zen/personal-logbook/issues"
},
"homepage": "https://github.com/nicola-zen/personal-logbook#readme",
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.7.3",
"cssnano": "^5.1.14",
"postcss-cli": "^7.0.0",
"tailwindcss": "^3.2.4",
"tailwindcss-transitions": "^2.1.0"
}
}