-
-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.03 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.03 KB
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.20.0",
"jquery": "3.7.1",
"leaflet": "1.9.4",
"path": "0.12.7",
"popper.js": "^1.16.1"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.0",
"babel-loader": "^10.1.0",
"css-loader": "^7.1.4",
"json5": "^2.2.3",
"less": "^4.5.1",
"less-loader": "^12.3.1",
"mini-css-extract-plugin": "^2.10.0",
"style-loader": "^4.0.0",
"webpack": "^5.105.4",
"webpack-cli": "^6.0.1",
"webpack-manifest-plugin": "^6.0.1"
}
}