-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1003 Bytes
/
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
{
"name": "moly-tabmenu-2",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"build": "parcel build src/manifest.json",
"start": "parcel watch src/manifest.json --host localhost --config @parcel/config-webextension",
"clean": "rimraf .parcel-cache dist"
},
"devDependencies": {
"@parcel/config-webextension": "^2.12.0",
"@parcel/transformer-stylus": "^2.12.0",
"@types/chrome": "^0.0.267",
"@types/lodash-es": "^4.17.12",
"parcel": "^2.12.0",
"parcel-namer-hashless": "^1.0.6",
"rimraf": "^5.0.5",
"stylus": "^0.54.8",
"typescript": "~4.7.4"
},
"dependencies": {
"hotkeys-js": "^3.8.1",
"lodash-es": "^4.17.21",
"lru_map": "^0.4.1",
"preact": "^10.21.0",
"purecss": "^2.0.3"
},
"alias": {
"react": "preact/compat",
"react-dom/test-utils": "preact/test-utils",
"react-dom": "preact/compat"
},
"browserslist": [
"last 2 Chrome versions"
],
"parcel-namer-hashless": {
"mode": "all"
}
}