-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 3.36 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
{
"devDependencies": {
"parcel": "^2.10.3",
"postcss": "^8.4.32",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.3.6"
},
"name": "hackernews",
"version": "1.0.0",
"dependencies": {
"abortcontroller-polyfill": "^1.7.5",
"ansi-styles": "^4.3.0",
"argparse": "^2.0.1",
"base-x": "^3.0.9",
"boolbase": "^1.0.0",
"braces": "^3.0.2",
"browserslist": "^4.22.2",
"callsites": "^3.1.0",
"caniuse-lite": "^1.0.30001568",
"chalk": "^4.1.2",
"chrome-trace-event": "^1.0.3",
"clone": "^2.1.2",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"commander": "^7.2.0",
"cosmiconfig": "^8.3.6",
"css-select": "^5.1.0",
"css-tree": "^2.3.1",
"css-what": "^6.1.0",
"csso": "^5.0.5",
"detect-libc": "^1.0.3",
"dom-serializer": "^1.4.1",
"domelementtype": "^2.3.0",
"domhandler": "^4.3.1",
"domutils": "^2.8.0",
"dotenv": "^7.0.0",
"dotenv-expand": "^5.1.0",
"electron-to-chromium": "^1.4.611",
"entities": "^3.0.1",
"error-ex": "^1.3.2",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"fill-range": "^7.0.1",
"get-port": "^4.2.0",
"globals": "^13.24.0",
"has-flag": "^4.0.0",
"html-react-parser": "^5.0.7",
"htmlnano": "^2.1.0",
"htmlparser2": "^7.2.0",
"import-fresh": "^3.3.0",
"is-arrayish": "^0.2.1",
"is-extglob": "^2.1.1",
"is-glob": "^4.0.3",
"is-json": "^2.0.1",
"is-number": "^7.0.0",
"js-tokens": "^4.0.0",
"js-yaml": "^4.1.0",
"json-parse-even-better-errors": "^2.3.1",
"json5": "^2.2.3",
"lightningcss": "^1.22.1",
"lightningcss-win32-x64-msvc": "^1.22.1",
"lines-and-columns": "^1.2.4",
"lmdb": "^2.8.5",
"loose-envify": "^1.4.0",
"lru-cache": "^6.0.0",
"mdn-data": "^2.0.30",
"micromatch": "^4.0.5",
"moment": "^2.29.4",
"msgpackr": "^1.10.0",
"msgpackr-extract": "^3.0.2",
"node-addon-api": "^7.0.0",
"node-gyp-build-optional-packages": "^5.1.1",
"node-releases": "^2.0.14",
"nth-check": "^2.1.1",
"nullthrows": "^1.1.1",
"ordered-binary": "^1.5.1",
"parent-module": "^1.0.1",
"parse-json": "^5.2.0",
"path-type": "^4.0.0",
"picocolors": "^1.0.0",
"picomatch": "^2.3.1",
"postcss-value-parser": "^4.2.0",
"posthtml": "^0.16.6",
"posthtml-parser": "^0.10.2",
"posthtml-render": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-overlay": "^6.0.9",
"react-refresh": "^0.9.0",
"react-router-dom": "^6.21.0",
"regenerator-runtime": "^0.13.11",
"resolve-from": "^4.0.0",
"safe-buffer": "^5.2.1",
"scheduler": "^0.23.0",
"semver": "^7.5.4",
"source-map": "^0.6.1",
"source-map-js": "^1.0.2",
"srcset": "^4.0.0",
"stable": "^0.1.8",
"supports-color": "^7.2.0",
"svgo": "^3.1.0",
"term-size": "^2.2.1",
"timsort": "^0.3.0",
"to-regex-range": "^5.0.1",
"tslib": "^2.6.2",
"type-fest": "^0.20.2",
"update-browserslist-db": "^1.0.13",
"utility-types": "^3.10.0",
"weak-lru-cache": "^1.2.2",
"yallist": "^4.0.0"
},
"scripts": {
"start": "parcel ./src/index.html",
"build": "parcel build ./src/index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}