-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 964 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
38
39
40
41
{
"name": "crympd",
"version": "1.0.0",
"description": "",
"private": true,
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mamantoha/cryMPD.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/mamantoha/cryMPD/issues"
},
"homepage": "https://github.com/mamantoha/cryMPD#readme",
"devDependencies": {
"css-loader": "^6.8.1",
"expose-loader": "^4.1.0",
"material-icons": "^1.13.12",
"mini-css-extract-plugin": "^2.7.6",
"sass": "^1.79.3",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"bootstrap": "^5.3.2",
"jquery": "^3.7.1",
"material-design-icons-iconfont": "^6.7.0",
"popper.js": "^1.16.1"
}
}