-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.11 KB
/
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
38
39
40
41
42
43
{
"name": "@hursey013/tailwindcss-uswds",
"version": "1.2.0",
"description": "U.S. Tailwind Design System",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hursey013/tailwindcss-uswds.git"
},
"author": "Brian Hurst",
"license": "MIT",
"scripts": {
"build": "node scripts/build.js && npm run copy",
"copy:fonts": "cp -R node_modules/uswds/dist/fonts dist",
"copy:img": "cp -R node_modules/uswds/dist/img dist",
"copy": "npm run copy:fonts && npm run copy:img",
"prepare": "npm run build",
"release": "dotenv release-it"
},
"peerDependencies": {
"tailwindcss": "^1.0"
},
"dependencies": {
"node-sass": "^4.14.1",
"sass-extract": "^2.1.0",
"sass-extract-js": "^0.4.0",
"tailwindcss": "^1.4.6",
"uswds": "2.8"
},
"bugs": {
"url": "https://github.com/hursey013/tailwindcss-uswds/issues"
},
"homepage": "https://github.com/hursey013/tailwindcss-uswds#readme",
"devDependencies": {
"dotenv-cli": "^3.2.0",
"release-it": "^13.6.5"
},
"release-it": {
"github": {
"release": true
}
}
}