-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 995 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
{
"name": "@turingsecure/tailwind-preset",
"version": "0.3.0",
"description": "a tailwindcss configuration preset that is shared across all turingsecure projects",
"main": "index.js",
"scripts": {
"build": "babel --presets env src -d ./",
"dev": "babel --presets env src -d ./ --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turingsecure/tailwind-preset"
},
"keywords": [
"tailwindcss",
"tailwind",
"preset",
"turingsecure"
],
"author": "Till Oberbeckmann <till@turingsecure.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/turingsecure/tailwind-preset/issues"
},
"homepage": "https://github.com/turingsecure/tailwind-preset",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"tailwindcss": "^3.2.7"
}
}