-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "passenger_docs",
"version": "1.0.0",
"description": "Welcome to the Passenger documentation project. The goal of this project is to write excellent documentation for the [Phusion Passenger application server](https://www.phusionpassenger.com/).",
"main": "source/javascripts/main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"watch": "webpack --watch --progress --bail",
"build": "webpack --bail --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/phusion/passenger_library.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/phusion/passenger_library/issues"
},
"homepage": "https://github.com/phusion/passenger_library#readme",
"devDependencies": {
"@babel/cli": "^7.16.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"babel-loader": "^8.2.2",
"node-sass": "^9.0.0",
"sass-loader": "^13.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.62.1",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"autoprefixer": "^10.4.0",
"axios": "^1.6.0",
"css-loader": "^5.2.7",
"jquery": "^3.6.0",
"mini-css-extract-plugin": "^1.6.2",
"postcss-loader": "^5.3.0",
"uuid": "^3.4.0"
}
}