-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 983 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 983 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
28
29
30
31
32
33
34
35
36
{
"name": "atx-housing-dashboard",
"version": "0.0.2",
"description": "Affordable Housing Dashboard: Austin, TX",
"main": "packages/node_modules/website/index.js",
"keywords": [
"atx",
"austin",
"affordable-housing"
],
"author": "avickers",
"license": "MIT",
"scripts": {
"prebuild": "rm -rf dist",
"build": "NODE_ENV=production && parcel build packages/node_modules/website/index.html",
"start": "parcel packages/node_modules/website/index.html"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.10.1",
"@knockdown/knockdown": "git+ssh://git@git.knockdown.dev/knockdown/knockdown.git",
"@knockdown/undercard": "git+ssh://git@git.knockdown.dev/knockdown/undercard.git",
"lokijs": "^1.5.7"
},
"devDependencies": {
"cssnano": "^4.1.10",
"parcel-plugin-compress": "^1.0.10"
},
"compress": {
"brotli": {
"enabled": false
}
},
"browserslist": [
"last 3 chrome versions"
]
}