-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.15 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
42
{
"name": "restyler",
"version": "2.0.0",
"description": "A devtool extension for easy restyling of any webpage",
"scripts": {
"build": "webpack --mode production --progress",
"dev": "webpack --mode development --progress --watch"
},
"repository": "https://github.com/asimen1/restyler",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
},
"dependencies": {
"ext-messenger": "^4.0.0",
"handlebars": "^4.7.8",
"prop-types": "^15.8.1",
"pubsub-js": "^1.9.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@eslint/js": "^9.2.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.1",
"eslint-plugin-react": "^7.34.1",
"globals": "^15.2.0",
"handlebars-loader": "^1.7.3",
"node-sass": "^9.0.0",
"raw-loader": "^4.0.2",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
"author": "Asaf Menahem",
"license": "MIT"
}