-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 986 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
36
37
38
{
"name": "smartentry",
"private": true,
"version": "0.0.3",
"type": "module",
"scripts": {
"dev": "tsc & vite",
"build": "tsc & vite build",
"preview": "vite preview",
"eslint": "eslint"
},
"devDependencies": {
"@babel/preset-env": "^7.24.4",
"@crxjs/vite-plugin": "^2.0.0-beta.26",
"@eslint/js": "^9.12.0",
"@types/chrome": "^0.0.271",
"@types/easeljs": "^1.0.5",
"@types/jquery": "^3.3.38",
"@types/node": "^22.5.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.2",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"terser": "^5.32.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.8.1",
"vite": "^5.4.5",
"vite-plugin-babel": "^1.2.0"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"styled-components": "^6.1.13"
}
}