-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·44 lines (44 loc) · 1.27 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
37
38
39
40
41
42
43
44
{
"name": "d-day",
"version": "0.0.2",
"description": "A chrome extension counter for creating countdown events and syncs with google calendar events",
"license": "MIT",
"scripts": {
"build": "vite build",
"dev": "nodemon"
},
"type": "module",
"dependencies": {
"@types/gapi.calendar": "^3.0.11",
"googleapis": "^134.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rrule": "^2.8.1",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@crxjs/vite-plugin": "^1.0.14",
"@types/chrome": "^0.0.253",
"@types/node": "^18.17.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitejs/plugin-react-swc": "^3.0.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.3.0",
"fs-extra": "^11.1.0",
"nodemon": "^2.0.20",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.4",
"vite": "^4.5.0"
}
}