-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 KB
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": "listr",
"version": "1.3.0",
"description": "Get bookmarks and favorites from your favorite social media platforms.",
"scripts": {
"build": "webpack --mode production",
"build:test": "webpack --mode production",
"build:prod": "webpack --mode production",
"start": "webpack --mode development --watch",
"typecheck": "tsc --noEmit",
"package": "./scripts/package.sh",
"prepare": "husky"
},
"dependencies": {
"lucide-react": "^0.477.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/webextension-polyfill": "^0.12.3",
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"postcss-loader": "^8.1.1",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.17",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}