-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
43
{
"name": "mylibrary",
"version": "1.0.0",
"description": "Book Library",
"private": true,
"sideEffects": [
"*.css"
],
"scripts": {
"start": "webpack serve --open",
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Godnoken/MyLibrary.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Godnoken/MyLibrary/issues"
},
"homepage": "https://github.com/Godnoken/MyLibrary#readme",
"devDependencies": {
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.6.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"express": "^4.17.3",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.5.3",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-middleware": "^5.3.1",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"axios": "^0.26.0",
"firebase": "^9.6.7"
}
}