-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1 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
{
"name": "tabs-saver-ce",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prettier:check": "prettier --check .",
"prettier:format": "prettier --write . --ignore-unknown"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/chrome": "^0.0.208",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/uuid": "^9.0.0",
"@vitejs/plugin-react": "^3.0.0",
"prettier": "^2.8.3",
"sass": "^1.57.1",
"typescript": "^4.9.3",
"vite": "^4.0.0"
},
"author": "Tarek Hammami",
"description": "A Chrome extension that saves open tabs so you don't lose them.",
"repository": {
"type": "git",
"url": "https://github.com/THammami01/tabs-saver-ce"
}
}