-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 949 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
{
"name": "tailwindaccessibilityconfig",
"description": "Tailwind colors replaced (in Tailwind style) by the USG standards for accesibility colors defined at: https://designsystem.digital.gov/",
"main": "\"\"",
"scripts": {
"build": "postcss build/pre/tailwind.css -o build/post/tailwind.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SolarisFlare/TailwindAccessibilityConfig.git"
},
"keywords": [],
"author": "SolarisFlare",
"license": "MIT",
"bugs": {
"url": "https://github.com/SolarisFlare/TailwindAccessibilityConfig/issues"
},
"homepage": "https://github.com/SolarisFlare/TailwindAccessibilityConfig#readme",
"dependencies": {
"autoprefixer": "^9.7.0",
"postcss-cli": "^6.1.3",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.1.3"
},
"version": "1.0.0",
"devDependencies": {}
}