forked from TrestleAdmin/trestle-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 907 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.4.0",
"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",
"private": true,
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^3.0.2",
"mini-css-extract-plugin": "^2.0.0",
"node-sass": "^7.0.0",
"postcss-loader": "^6.1.1",
"sass-loader": "^12.1.0",
"webpack": "^5.42.0",
"webpack-cli": "^4.7.2",
"webpack-remove-empty-scripts": "^0.7.1"
},
"dependencies": {
"trestle": "https://github.com/TrestleAdmin/trestle.git"
}
}