-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.52 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.52 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "messemap",
"version": "1.1.1",
"keywords": [],
"main": "src/js/MesseMap.js",
"scripts": {
"build": "webpack --config webpack/webpack.prod.js",
"watch": "webpack --watch --config webpack/webpack.dev.js",
"start": "node src/js/Server.js",
"doc": "jsdoc -c doc/jsDoc.json",
"beforecommit": "npm run doc && npm run build"
},
"homepage": "https://github.com/MesseBasseProduction/MesseMap/README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/MesseBasseProduction/MesseMap.git"
},
"bugs": {
"url": "https://github.com/MesseBasseProduction/MesseMap/issues"
},
"author": "ArthurBeaulieu",
"license": "GPL-3.0",
"devDependencies": {
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"babel-loader": "^10.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"cssnano": "^7.1.1",
"eslint": "^9.12.0",
"eslint-webpack-plugin": "^4.2.0",
"file-loader": "^6.2.0",
"jsdoc": "^4.0.4",
"mini-css-extract-plugin": "^2.9.4",
"postcss": "^8.5.6",
"postcss-import": "^16.1.1",
"postcss-loader": "^8.2.0",
"postcss-preset-env": "^10.4.0",
"sass": "^1.93.2",
"sass-loader": "^16.0.5",
"stylelint": "^16.25.0",
"stylelint-webpack-plugin": "^5.0.1",
"url-loader": "^4.1.1",
"webpack": "^5.102.1",
"webpack-cli": "^6.0.1",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"compression": "^1.8.1",
"cors": "^2.8.5",
"express": "^5.1.0",
"request": "^2.88.2"
}
}