-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
37 lines (37 loc) · 1.02 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
{
"name": "critiquebrainz",
"description": "package.json for keeping track of nodejs dependencies for critiquebrainz",
"repository": {
"type": "git",
"url": "https://github.com/metabrainz/critiquebrainz.git"
},
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --watch --mode development",
"pre-dev": "webpack --mode development"
},
"dependencies": {
"bootstrap": "^3.4.1",
"bootstrap-rating-input": "javiertoledo/bootstrap-rating-input#0a4ebb7d",
"easymde": "^2.18.0",
"jquery": "3.5.1",
"leaflet": "1.1.0",
"path": "0.12.7",
"popper.js": "^1.14.1"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"json5": "^2.2.3",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"mini-css-extract-plugin": "^2.7.6",
"style-loader": "^3.3.3",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0"
}
}