-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
28 lines (28 loc) · 957 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
{
"name": "devices.sensor.community",
"version": "0.5.0",
"description": "",
"repository": {
"type": "git",
"url": "git://github.com/opendata-stuttgart/devices.sensor.community.git"
},
"author": "David Lackovic",
"license": "BSD-3-Clause",
"scripts": {
"build": "NODE_ENV=production postcss ./static/css/tailwind.css -o ./static/css/webapp.css",
"build:no-postcss": "npx tailwindcss-cli@latest build -i ./static/css/tailwind.css -o ./static/css/webapp.css",
"watch": "TAILWIND_MODE=watch NODE_ENV=development postcss ./static/css/tailwind.css -o ./static/css/webapp.css -w"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^4.0.3",
"@tailwindcss/forms": "^0.3.3",
"@tailwindcss/typography": "^0.4.1",
"autoprefixer": "^10.3.0",
"jquery": "3.6.0",
"leaflet": "^1.7.1",
"postcss": "^8.3.5",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.2.4"
}
}