forked from hewenguang/circle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.02 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
{
"name": "circle",
"version": "0.0.1",
"description": "An extension that make reading webpages easier",
"private": true,
"scripts": {
"dev": "webpack --config ./webpack/dev.js",
"start": "webpack --config ./webpack/dev.js --watch",
"build": "webpack --config ./webpack/build.js"
},
"dependencies": {
"classnames": "^2.2.6",
"highlight.js": "^10.6.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.10",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.3.1",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"eslint": "^7.13.0",
"eslint-loader": "^4.0.2",
"glob": "^7.1.6",
"html-webpack-plugin": "^4.5.1",
"less": "^3.12.2",
"less-loader": "^7.1.0",
"mini-css-extract-plugin": "^1.3.1",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.12.2",
"webpack-cli": "^4.2.0",
"zip-webpack-plugin": "^3.0.0"
}
}