-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
30 lines (30 loc) · 909 Bytes
/
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
{
"name": "trestle-search",
"version": "0.5.1",
"description": "Search plugin for the Trestle admin framework",
"main": "index.scss",
"repository": "https://github.com/TrestleAdmin/trestle-search.git",
"author": "Sam Pohlenz <[email protected]>",
"license": "LGPL-3.0-only",
"private": true,
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss-loader": "^8.1.1",
"sass": "^1.79.1",
"sass-loader": "^16.0.1",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-remove-empty-scripts": "^1.0.4"
},
"dependencies": {
"trestle": "https://github.com/TrestleAdmin/trestle.git"
}
}