-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 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
39
{
"name": "polus",
"version": "1.8.3",
"description": "A new tab planner extension",
"author": "dchicchon",
"type": "module",
"scripts": {
"prebuild": "npx rimraf prod",
"dev": "vite",
"build": "npm run build:prod",
"build:dev": "cross-env APP_ENV=development vite build",
"build:watch": "nodemon -e js,jsx,html,scss,css --ignore dist/ --exec npm run build:dev",
"build:prod": "cross-env APP_ENV=production vite build",
"preview": "vite preview"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.15",
"@preact/preset-vite": "^2.5.0",
"cross-env": "^7.0.3",
"nodemon": "^2.0.20",
"rollup-plugin-analyzer": "^4.0.0",
"vite": "^4.2.1"
},
"bugs": {
"url": "https://git`hub.com/dchicchon/Polus/issues"
},
"homepage": "https://github.com/dchicchon/Polus#readme",
"keywords": [],
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/dchicchon/Polus.git"
},
"dependencies": {
"@preact/signals": "^1.1.3",
"firebase": "^9.19.1",
"preact": "^10.13.2"
}
}