-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
113 lines (113 loc) · 3.14 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
{
"devDependencies": {
"@parcel/packager-raw-url": "^2.6.2",
"@parcel/transformer-webmanifest": "^2.6.2",
"parcel": "^2.6.2"
},
"name": "puffy.design",
"description": "puffy.design Website",
"version": "1.0.0",
"dependencies": {
"abortcontroller-polyfill": "^1.7.3",
"acorn": "^8.7.1",
"ansi-styles": "^4.3.0",
"base-x": "^3.0.9",
"boolbase": "^1.0.0",
"browserslist": "^4.21.0",
"buffer-from": "^1.1.2",
"callsites": "^3.1.0",
"caniuse-lite": "^1.0.30001359",
"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": "^7.0.1",
"css-select": "^4.3.0",
"css-tree": "^1.1.3",
"css-what": "^6.1.0",
"csso": "^4.2.0",
"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.170",
"entities": "^3.0.1",
"error-ex": "^1.3.2",
"escalade": "^3.1.1",
"escape-string-regexp": "^1.0.5",
"get-port": "^4.2.0",
"globals": "^13.15.0",
"has-flag": "^4.0.0",
"htmlnano": "^2.0.2",
"htmlparser2": "^7.2.0",
"import-fresh": "^3.3.0",
"is-arrayish": "^0.2.1",
"is-json": "^2.0.1",
"js-tokens": "^4.0.0",
"json-parse-even-better-errors": "^2.3.1",
"json5": "^2.2.1",
"lines-and-columns": "^1.2.4",
"lmdb": "^2.5.2",
"mdn-data": "^2.0.14",
"msgpackr": "^1.6.1",
"msgpackr-extract": "^2.0.2",
"node-addon-api": "^3.2.1",
"node-gyp-build": "^4.4.0",
"node-gyp-build-optional-packages": "^5.0.3",
"node-releases": "^2.0.5",
"nth-check": "^2.1.1",
"nullthrows": "^1.1.1",
"ordered-binary": "^1.2.5",
"parent-module": "^1.0.1",
"parse-json": "^5.2.0",
"path-type": "^4.0.0",
"picocolors": "^1.0.0",
"postcss-value-parser": "^4.2.0",
"posthtml": "^0.16.6",
"posthtml-parser": "^0.10.2",
"posthtml-render": "^3.0.0",
"react-error-overlay": "^6.0.9",
"react-refresh": "^0.9.0",
"regenerator-runtime": "^0.13.9",
"resolve-from": "^4.0.0",
"safe-buffer": "^5.2.1",
"semver": "^5.7.1",
"source-map": "^0.6.1",
"source-map-support": "^0.5.21",
"stable": "^0.1.8",
"supports-color": "^7.2.0",
"svgo": "^2.8.0",
"term-size": "^2.2.1",
"terser": "^5.14.1",
"timsort": "^0.3.0",
"tslib": "^2.4.0",
"type-fest": "^0.20.2",
"update-browserslist-db": "^1.0.4",
"utility-types": "^3.10.0",
"v8-compile-cache": "^2.3.0",
"weak-lru-cache": "^1.2.2",
"xxhash-wasm": "^0.4.2",
"yaml": "^1.10.2"
},
"scripts": {
"start": "parcel",
"build": "parcel build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"source": "index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/yupgup/puffy.design.git"
},
"author": "YupGup, LLC",
"license": "ISC",
"bugs": {
"url": "https://github.com/yupgup/puffy.design/issues"
},
"homepage": "https://github.com/yupgup/puffy.design#readme"
}