-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 846 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
{
"name": "devlorem",
"version": "2.2.0",
"description": "Show paragraphs of real text ready to copy and paste. No more \"Lorem ipsum dolor\", get some lines from President Obama, Jim Carrey or Morgan Freeman.",
"author": "Kevin Woblick <mail@kovah.de>",
"license": "MIT",
"homepage": "https://devlorem.kovah.de",
"repository": {
"type": "git",
"url": "git+https://github.com/Kovah/DevLorem.git"
},
"bugs": {
"url": "https://github.com/Kovah/DevLorem/issues"
},
"scripts": {
"build": "postcss assets/styles.css -o assets/dist/styles.css",
"build-prod": "NODE_ENV=production postcss assets/styles.css -o assets/dist/styles.css"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.15"
}
}