-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.28 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
40
41
42
43
44
45
{
"name": "anylater",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"test": "vitest",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint \"src/**/*.{ts,tsx}\" --cache",
"lint:fix": "eslint --fix \"src/**/*.{ts,tsx}\"",
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx,css,md,json}\" --config ./.prettierrc --cache"
},
"dependencies": {
"baseui": "^14.0.0",
"clsx": "^2.1.0",
"install": "^0.13.0",
"jss": "^10.10.0",
"jss-preset-default": "^10.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.11",
"react-jss": "^10.10.0",
"styletron-engine-atomic": "^1.6.2",
"styletron-react": "^6.1.1"
},
"devDependencies": {
"@antfu/eslint-config": "1.0.0-beta.29",
"@samrum/vite-plugin-web-extension": "^5.0.0",
"@types/chrome": "0.0.258",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@types/webextension-polyfill": "^0.10.0",
"@vitejs/plugin-react": "^4.0.4",
"element-ready": "^7.0.0",
"eslint": "^8.52.0",
"jsdom": "^23.2.0",
"typescript": "^4.9.3",
"vite": "^4.5.1",
"vite-tsconfig-paths": "^4.2.0",
"vitest": "^1.1.3",
"vitest-chrome": "^0.1.0",
"webextension-polyfill": "^0.10.0"
}
}