-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 920 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-omniauth",
"version": "0.2.0",
"description": "Auth plugin for using OmniAuth to auth against trestle",
"main": "index.scss",
"repository": "https://github.com/airhorns/trestle-omniauth.git",
"author": "Harry Brundage <[email protected]>",
"license": "LGPLv3",
"private": true,
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"watch": "webpack --mode development --watch"
},
"dependencies": {
"trestle": "https://github.com/TrestleAdmin/trestle.git"
},
"devDependencies": {
"autoprefixer": "^9.5.1",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.11.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0",
"webpack-fix-style-only-entries": "^0.2.1"
}
}