-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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
{
"name": "personal",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"@tailwindcss/cli": "^4.1.11",
"anymatch": "^3.1.3",
"autoprefixer": "^10.4.20",
"balanced-match": "^1.0.2",
"binary-extensions": "^2.3.0",
"brace-expansion": "^1.1.11",
"braces": "^3.0.3",
"browserslist": "^4.24.4",
"caniuse-lite": "^1.0.30001701",
"chokidar": "^3.6.0",
"concat-map": "^0.0.1",
"debug": "^4.4.0",
"electron-to-chromium": "^1.5.109",
"escalade": "^3.2.0",
"fill-range": "^7.1.1",
"fraction.js": "^4.3.7",
"glob-parent": "^5.1.2",
"has-flag": "^3.0.0",
"ignore-by-default": "^1.0.1",
"is-binary-path": "^2.1.0",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-number": "^7.0.0",
"minimatch": "^3.1.2",
"ms": "^2.1.3",
"nanoid": "^3.3.8",
"node-releases": "^2.0.19",
"nodemon": "^3.1.9",
"normalize-path": "^3.0.0",
"normalize-range": "^0.1.2",
"picocolors": "^1.1.1",
"picomatch": "^2.3.1",
"postcss": "^8.5.3",
"postcss-value-parser": "^4.2.0",
"pstree.remy": "^1.1.8",
"readdirp": "^3.6.0",
"semver": "^7.7.1",
"simple-update-notifier": "^2.0.0",
"source-map-js": "^1.2.1",
"supports-color": "^5.5.0",
"tailwindcss": "^4.1.11",
"to-regex-range": "^5.0.1",
"touch": "^3.1.1",
"undefsafe": "^2.0.5",
"update-browserslist-db": "^1.1.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}