forked from simplesamlphp/simplesamlphp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "simplesamlphp",
"main": "index.js",
"repository": "https://github.com/simplesamlphp/simplesamlphp",
"author": "olimpiam",
"license": "MIT",
"engines": {
"node": ">=14.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"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"clipboard": "^2.0.6",
"es6-shim": "^0.35.6",
"highlight.js": "^10.7.0",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"minimum-node-version": "^3.0.0",
"purecss": "^2.0.6",
"reset-css": "^5.0.1",
"selectize": "^0.12.6"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/helper-compilation-targets": "^7.14.4",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^9.0.0",
"css-loader": "^5.2.6",
"expose-loader": "^2.0.0",
"mini-css-extract-plugin": "^1.6.0",
"sass": "^1.35.1",
"sass-loader": "^12.0.0",
"style-loader": "^2.0.0",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2"
}
}