forked from simplesamlphp/simplesamlphp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.05 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.05 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
{
"name": "simplesamlphp",
"main": "index.js",
"repository": "https://github.com/simplesamlphp/simplesamlphp",
"author": "olimpiam",
"license": "MIT",
"engines": {
"node": ">=10.0.0",
"npm": ">=6.0.0"
},
"scripts": {
"post-intall": "minimum-node-version",
"clean": "rm -rf www/assets/css/* && rm -rf www/assets/js/*",
"build": "webpack -p"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"clipboard": "^2.0.6",
"es6-shim": "^0.35.6",
"highlight.js": "^10.5.0",
"jquery": "^3.5.1",
"jquery-ui": "^1.12.1",
"minimum-node-version": "^3.0.0",
"purecss": "^2.0.5",
"reset-css": "^5.0.1",
"selectize": "^0.12.6"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^3.6.0",
"expose-loader": "^0.7.5",
"mini-css-extract-plugin": "^0.10.1",
"node-sass": "^4.14.1",
"sass-loader": "^9.0.3",
"style-loader": "^1.3.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}