-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "openblur",
"version": "1.0.0",
"repository": "https://github.com/getvictor/openblur",
"author": "getvictor",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.prod.ts",
"format": "prettier --write .",
"format-check": "prettier --check .",
"lint": "eslint .",
"start": "webpack --watch --config webpack.dev.ts",
"test": "jest"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@tsconfig/recommended": "^1.0.7",
"@types/chrome": "^0.0.269",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"eslint": "^9.8.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.40",
"postcss-loader": "^8.1.1",
"prettier": "3.3.3",
"style-loader": "^4.0.0",
"tailwindcss": "^3.4.7",
"ts-jest": "^29.2.4",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}