-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 758 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 758 Bytes
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
{
"devDependencies": {
"@jukben/emoji-search": "^2.0.1",
"@parcel/config-webextension": "^2.6.1",
"@parcel/transformer-sass": "^2.2.1",
"buffer": "^6.0.3",
"events": "^3.3.0",
"https-browserify": "^1.0.0",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"sass": "^1.49.0",
"stream-http": "^3.2.0",
"url": "^0.11.0"
},
"dependencies": {
"clipboard": "^2.0.10",
"debounce": "^1.2.1",
"fast-average-color": "^7.1.0",
"localizify": "^2.0.0",
"mathjs": "^10.6.1",
"parcel": "^2.2.1",
"regenerator-runtime": "^0.13.9",
"twemoji": "^14.0.2",
"unsplash-js": "^7.0.15"
},
"scripts": {
"build": "npx -p parcel parcel build index.html"
}
}