-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 974 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 974 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
30
31
32
33
34
35
36
{
"name": "letterboxd-tweaks",
"displayName": "Letterboxd Tweaks",
"version": "0.0.0",
"description": "",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "npm run build:chrome && npm run build:firefox",
"build:chrome": "cross-env TARGET=chrome vite build",
"build:firefox": "cross-env TARGET=firefox vite build"
},
"type": "module",
"dependencies": {
"lodash.groupby": "^4.6.0",
"solid-js": "^1.9.2"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.2.0",
"@types/chrome": "0.0.203",
"@types/lodash.groupby": "^4.6.9",
"@types/node": "18.11.10",
"autoprefixer": "^10.4.20",
"cross-env": "^10.0.0",
"csstype": "^3.1.3",
"patch-package": "^8.0.0",
"postcss": "^8.4.19",
"prettier": "2.8.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.4.11",
"vite": "^5.4.9",
"vite-plugin-solid": "^2.10.2",
"vite-tsconfig-paths": "^5.0.1"
},
"postinstall": "patch-package"
}