UNPKG

454 BJSONView Raw
1{
2 "name": "tailwindcss-standalone",
3 "version": "1.0.1",
4 "main": "dist/index.js",
5 "files": [
6 "dist"
7 ],
8 "author": "EGOIST <0x142857@gmail.com>",
9 "license": "MIT",
10 "scripts": {
11 "test": "yarn build",
12 "build": "rm -rf dist && yarn webpack --mode production"
13 },
14 "devDependencies": {
15 "postcss": "^7.0.27",
16 "size-plugin": "^2.0.1",
17 "tailwindcss": "^1.2.0",
18 "webpack": "^4.42.0",
19 "webpack-cli": "^3.3.11"
20 }
21}