-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
44
45
46
47
48
49
50
51
52
53
54
{
"packageManager": "[email protected]",
"name": "guildbook",
"version": "0.1.0",
"description": "LDAP-based address book interface",
"scripts": {
"build": "webpack --mode production",
"serve": "webpack serve --mode development"
},
"repository": {
"type": "git",
"url": "https://github.com/kmc-jp/guildbook.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kmc-jp/guildbook/issues"
},
"homepage": "https://github.com/kmc-jp/guildbook#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.2",
"@types/compression-webpack-plugin": "^9.0.0",
"@types/glob": "^7.2.0",
"@types/js-yaml": "^4.0.5",
"@types/mini-css-extract-plugin": "^2.4.0",
"@types/webpack-assets-manifest": "^5.0.2",
"@types/webpack-dev-server": "^4.7.1",
"@types/zxcvbn": "^4.4.1",
"bootstrap": "^5.1.3",
"compression-webpack-plugin": "^9.2.0",
"css-loader": "^6.5.1",
"cssnano": "^6.0.0",
"file-loader": "^6.2.0",
"glob": "^7.2.0",
"js-yaml": "^4.1.0",
"mini-css-extract-plugin": "^2.4.6",
"postcss": "^8.4.31",
"postcss-loader": "^7.2.4",
"resolve-url-loader": "^5.0.0",
"sass": "^1.47.0",
"sass-loader": "^12.4.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"webpack": "^5.94.0",
"webpack-assets-manifest": "^5.0.6",
"webpack-cli": "^4.9.1",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"webpack-dev-server": "^4.7.2"
}
}