-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 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": "zolve-extension",
"version": "2.0.2",
"description": "Exam Solver Extension - Uses AI to solve online exams",
"main": "index.js",
"scripts": {
"dev": "webpack --config webpack/dev.js --watch",
"build": "webpack --config webpack/prod.js",
"clean": "rimraf dist",
"style": "prettier --write \"src/**/*.{ts,tsx}\""
},
"author": "gitnasr",
"license": "MIT",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^4.6.1"
},
"devDependencies": {
"@types/chrome": "0.0.158",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.20",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.3",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.1",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.1.3",
"prettier": "^2.2.1",
"react-hot-toast": "^2.5.1",
"rimraf": "^3.0.2 ",
"sharp": "^0.33.5",
"style-loader": "^4.0.0",
"tailwindcss": "3",
"ts-loader": "^8.0.0",
"typescript": "^5.0.4",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^5.0.0"
}
}