-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 927 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
{
"author": "Varuna Jayasiri",
"description": "papers.labml.ai chrome extension",
"devDependencies": {
"@types/chrome": "latest",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.5.1",
"husky": "^8.0.0",
"lint-staged": "^13.0.0",
"merge-jsons-webpack-plugin": "^2.0.1",
"mini-css-extract-plugin": "^2.4.5",
"prettier": "2.5.1",
"sass": "^1.54.0",
"sass-loader": "^13.0.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.9.1",
"webpack-merge": "^5.8.0"
},
"name": "papers_extension",
"scripts": {
"watch": "webpack --config webpack/webpack.dev.js --watch",
"build": "webpack --config webpack/webpack.prod.js",
"prepare": "husky install"
},
"version": "1.1.1",
"lint-staged": {
"**/*": ""
}
}