-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 897 Bytes
/
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
{
"name": "owid-gdocs-addon",
"private": true,
"type": "module",
"scripts": {
"sidebarDev": "vite",
"sidebarPreview": "vite preview",
"sidebarBuild": "vite build --emptyOutDir",
"sidebarBuild:watch": "npm run sidebarBuild -- --watch",
"push": "npx clasp push",
"push:watch": "npm run push -- --watch",
"dev": "npx tmex -n sidebarBuild:watch push:watch"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.11",
"preact": "^10.22.0"
},
"prettier": {
"semi": false
},
"devDependencies": {
"@google/clasp": "^2.4.2",
"@preact/preset-vite": "^2.8.2",
"@types/google-apps-script": "^1.0.72",
"@types/google.script.client-side": "^0.1.2",
"eslint": "^8.50.0",
"eslint-config-preact": "^1.4.0",
"tmex": "^1.0.11",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vite-plugin-singlefile": "^0.13.5"
}
}