-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.07 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
{
"devDependencies": {
"tailwindcss": "^3.0.24"
},
"name": "tailwind-starter",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"acorn-node": "^1.8.2",
"acorn": "^7.4.1",
"anymatch": "^3.1.2",
"acorn-walk": "^7.2.0",
"arg": "^5.0.1",
"binary-extensions": "^2.2.0",
"camelcase-css": "^2.0.1",
"chokidar": "^3.5.3",
"defined": "^1.0.0",
"braces": "^3.0.2",
"color-name": "^1.1.4",
"cssesc": "^3.0.0",
"fast-glob": "^3.2.11",
"dlv": "^1.1.3",
"detective": "^5.2.1",
"didyoumean": "^1.2.2",
"fastq": "^1.13.0",
"fill-range": "^7.0.1",
"glob-parent": "^6.0.2",
"function-bind": "^1.1.1",
"has": "^1.0.3",
"merge2": "^1.4.1",
"is-core-module": "^2.9.0",
"is-extglob": "^2.1.1",
"nanoid": "^3.3.4",
"is-glob": "^4.0.3",
"minimist": "^1.2.6",
"normalize-path": "^3.0.0",
"is-number": "^7.0.0",
"picocolors": "^1.0.0",
"object-hash": "^3.0.0",
"micromatch": "^4.0.5",
"path-parse": "^1.0.7",
"lilconfig": "^2.0.5",
"picomatch": "^2.3.1",
"postcss": "^8.4.14",
"postcss-load-config": "^3.1.4",
"postcss-nested": "^5.0.6",
"postcss-selector-parser": "^6.0.10",
"is-binary-path": "^2.1.0",
"postcss-value-parser": "^4.2.0",
"postcss-js": "^4.0.0",
"queue-microtask": "^1.2.3",
"readdirp": "^3.6.0",
"quick-lru": "^5.1.1",
"resolve": "^1.22.0",
"reusify": "^1.0.4",
"run-parallel": "^1.2.0",
"supports-preserve-symlinks-flag": "^1.0.0",
"source-map-js": "^1.0.2",
"to-regex-range": "^5.0.1",
"util-deprecate": "^1.0.2",
"xtend": "^4.0.2",
"yaml": "^1.10.2"
},
"scripts": {
"build:css": "npx tailwindcss -i ./src/input.css -o ./dist/style.css --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}