-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "tailwind-utils",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"files": [
"lib/index.js"
],
"scripts": {
"build-bookmarklet": "babel src --out-dir ./dist/lib --copy-files && node bin/figma-tailwind/build.js && rollup -c ./rollup-bookmarklet.config.js",
"build": "rollup -c",
"test": "uvu -r esm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metafy-gg/tailwind-utils.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/metafy-gg/tailwind-utils/issues"
},
"homepage": "https://github.com/metafy-gg/tailwind-utils#readme",
"devDependencies": {
"@babel/cli": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/preset-env": "^7.14.5",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"esm": "^3.2.25",
"rollup": "^2.51.2",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"terser": "^5.7.0",
"uvu": "^0.5.1"
},
"dependencies": {
"lodash": "^4.17.21",
"tailwindcss": "^2.2.4"
}
}