-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathpackage.json
32 lines (32 loc) · 817 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
{
"name": "editsvgcode",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --mode=development",
"ship": "webpack --mode=production && firebase deploy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.3",
"firebase": "^9.14.0",
"jquery": "^3.6.1",
"monaco-editor": "^0.34.1",
"monaco-editor-webpack-plugin": "^7.0.1",
"popper.js": "^1.16.1",
"split.js": "^1.6.5",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"css-loader": "^6.7.2",
"file-loader": "^6.2.0",
"firebase-tools": "^11.17.0",
"mini-css-extract-plugin": "^2.7.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
}
}