forked from alejandro-ao/chatgpt-equations
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 670 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 670 Bytes
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
{
"name": "empty-project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC",
"scripts": {
"clean": "rm extension/content.js extension/content.js.map",
"build-dev": "webpack --mode development",
"build-prod": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"katex": "^0.16.4"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"prettier": "^2.8.4",
"terser-webpack-plugin": "^5.3.7",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}