-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.31 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
{
"name": "iitkgp-erp-auto-login-extension",
"version": "1.0.0",
"repository": "https://github.com/siddsarkar/iitkgp-erp-auto-login-extension.git",
"author": "Siddhartha Sarkar <siddsarkar7@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"start": "webpack --watch --config-name dev",
"build-dev": "webpack --config-name dev",
"build-prod": "webpack --config-name prod",
"pretty": "prettier --write ."
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.4",
"@types/chrome": "^0.0.241",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"eslint": "^8.45.0",
"eslint-config-standard-with-typescript": "^36.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"glob": "^10.3.3",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"prettier": "^3.0.0",
"prettier-plugin-tailwindcss": "^0.4.1",
"style-loader": "^3.3.3",
"tailwindcss": "^3.3.3",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-cli": "^5.1.4"
}
}