-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.16 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.16 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
{
"name": "wp-schedule-builder",
"version": "4.2.1",
"private": true,
"description": "Build interactive agendas for scientific meetings",
"repository": {
"type": "git",
"url": "git+https://github.com/asmbs/wp-schedule-builder.git"
},
"author": "Kyle Tucker <kyleatucker@gmail.com>",
"contributors": [
"Max McMahon <max@asmbs.org"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/asmbs/wp-schedule-builder/issues"
},
"homepage": "https://github.com/asmbs/wp-schedule-builder#readme",
"devDependencies": {
"autoprefixer": "^9.8.8",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"imagemin-webpack-plugin": "^2.4.2",
"less": "^4.1.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"postcss-loader": ">=4.0.3",
"postcss": ">=8.0",
"terser-webpack-plugin": "^1.3.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-livereload-plugin": "^3.0.2"
},
"dependencies": {
"inputmask": "^4.0.9"
}
}