-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
130 lines (130 loc) · 3.47 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"devDependencies": {
"autoprefixer": "^10.3.1",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.7"
},
"name": "tailwind",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"acorn-node": "^1.8.2",
"ansi-styles": "^4.3.0",
"anymatch": "^3.1.2",
"balanced-match": "^1.0.2",
"acorn": "^7.4.1",
"arg": "^5.0.0",
"brace-expansion": "^1.1.11",
"binary-extensions": "^2.2.0",
"braces": "^3.0.2",
"acorn-walk": "^7.2.0",
"browserslist": "^4.16.6",
"caniuse-lite": "^1.0.30001247",
"camelcase-css": "^2.0.1",
"bytes": "^3.1.0",
"chalk": "^4.1.1",
"chokidar": "^3.5.2",
"color": "^3.2.1",
"color-name": "^1.1.4",
"color-string": "^1.6.0",
"colorette": "^1.2.2",
"concat-map": "^0.0.1",
"commander": "^6.2.1",
"css-unit-converter": "^1.1.2",
"cssesc": "^3.0.0",
"color-convert": "^2.0.1",
"detective": "^5.2.0",
"defined": "^1.0.0",
"callsites": "^3.1.0",
"dlv": "^1.1.3",
"error-ex": "^1.3.2",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"fast-glob": "^3.2.7",
"fastq": "^1.11.1",
"fill-range": "^7.0.1",
"fraction.js": "^4.1.1",
"fs-extra": "^10.0.0",
"fs.realpath": "^1.0.0",
"function-bind": "^1.1.1",
"glob": "^7.1.7",
"fsevents": "^2.3.2",
"glob-parent": "^6.0.1",
"graceful-fs": "^4.2.6",
"has": "^1.0.3",
"has-flag": "^4.0.0",
"html-tags": "^3.1.0",
"import-cwd": "^3.0.0",
"import-fresh": "^3.3.0",
"import-from": "^3.0.0",
"inflight": "^1.0.6",
"is-arrayish": "^0.2.1",
"cosmiconfig": "^7.0.0",
"inherits": "^2.0.4",
"is-binary-path": "^2.1.0",
"didyoumean": "^1.2.2",
"is-core-module": "^2.5.0",
"is-extglob": "^2.1.1",
"is-number": "^7.0.0",
"js-tokens": "^4.0.0",
"json-parse-even-better-errors": "^2.3.1",
"jsonfile": "^6.1.0",
"lodash": "^4.17.21",
"lilconfig": "^2.0.3",
"lines-and-columns": "^1.1.6",
"lodash.topath": "^4.5.2",
"merge2": "^1.4.1",
"minimatch": "^3.0.4",
"minimist": "^1.2.5",
"modern-normalize": "^1.1.0",
"is-glob": "^4.0.1",
"micromatch": "^4.0.4",
"nanoid": "^3.1.23",
"node-releases": "^1.1.73",
"node-emoji": "^1.10.0",
"normalize-path": "^3.0.0",
"object-hash": "^2.2.0",
"normalize-range": "^0.1.2",
"once": "^1.4.0",
"parse-json": "^5.2.0",
"path-is-absolute": "^1.0.1",
"path-parse": "^1.0.7",
"path-type": "^4.0.0",
"picomatch": "^2.3.0",
"postcss-js": "^3.0.3",
"postcss-nested": "^5.0.5",
"postcss-load-config": "^3.1.0",
"parent-module": "^1.0.1",
"postcss-selector-parser": "^6.0.6",
"postcss-value-parser": "^4.1.0",
"purgecss": "^4.0.3",
"queue-microtask": "^1.2.3",
"quick-lru": "^5.1.1",
"readdirp": "^3.6.0",
"reduce-css-calc": "^2.1.8",
"resolve": "^1.20.0",
"resolve-from": "^4.0.0",
"reusify": "^1.0.4",
"run-parallel": "^1.2.0",
"simple-swizzle": "^0.2.2",
"source-map-js": "^0.6.2",
"supports-color": "^7.2.0",
"to-regex-range": "^5.0.1",
"tmp": "^0.2.1",
"universalify": "^2.0.0",
"util-deprecate": "^1.0.2",
"wrappy": "^1.0.2",
"xtend": "^4.0.2",
"electron-to-chromium": "^1.3.786",
"lodash.toarray": "^4.4.0",
"rimraf": "^3.0.2",
"yaml": "^1.10.2",
"pretty-hrtime": "^1.0.3"
},
"scripts": {
"build": "tailwind build css/style.css -o build/style.css"
},
"author": "",
"license": "ISC",
"description": ""
}