-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.46 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.46 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "fcict",
"description": "Franklin County Inmate Population and COVID-19 Tracker",
"license": "Unlicense",
"version": "0.0.1",
"scripts": {
"dev": "sapper dev",
"build": "sapper build --legacy",
"export": "sapper export --legacy",
"start": "node __sapper__/build",
"fetch": "rollup --format cjs bin/fetch.js | node",
"lint": "eslint 'src/**' 'bin/**'"
},
"dependencies": {
"FCICS": "https://github.com/jacobpa/FCICS.git#v2.1.1",
"compression": "^1.7.1",
"moment": "^2.24.0",
"node-cron": "^2.0.3",
"polka": "next",
"rollup": "^1.20.0",
"sirv": "^0.4.0",
"sql-template-strings": "^2.2.2",
"sqlite": "^4.0.5",
"sqlite3": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.0.0",
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.0.0",
"@rollup/plugin-replace": "^2.2.0",
"axios": "^0.21.1",
"chart.js": "^2.9.3",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-svelte3": "^2.7.3",
"npm-run-all": "^4.1.5",
"rollup-plugin-babel": "^4.0.2",
"rollup-plugin-svelte": "^6.1.1",
"rollup-plugin-terser": "^5.3.0",
"sapper": "^0.27.0",
"svelte": "^3.0.0"
}
}