forked from palantir/policy-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 691 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 691 Bytes
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
{
"name": "policy-bot",
"version": "1.0.0",
"repository": "https://github.com/palantir/policy-bot.git",
"license": "Apache-2.0",
"private": true,
"scripts": {
"build": "webpack build",
"build:production": "NODE_ENV=production webpack build"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^5.0",
"autoprefixer": "^10.4.17",
"css-loader": "^6.10.0",
"cssnano": "^6.0",
"mini-css-extract-plugin": "^2.8.0",
"postcss": "^8.4",
"postcss-loader": "^8.1.0",
"tailwindcss": "^1.0",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0"
},
"dependencies": {
"htmx.org": "^1.9.10"
}
}