-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 956 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
32
33
34
35
36
37
{
"name": "texfield",
"version": "1.0.0",
"description": "This is a latex note web-app with infinite canvas. ",
"main": "src/main.js",
"scripts": {
"test": "open dist/index.html",
"build": "webpack",
"start": "webpack serve"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Jeffreymaomao/TexField.git"
},
"keywords": [
"latex",
"infinite",
"canvas"
],
"author": "Chang-Mao, Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jeffreymaomao/TexField/issues"
},
"homepage": "https://github.com/Jeffreymaomao/TexField#readme",
"devDependencies": {
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.6.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}