This repository has been archived by the owner on Aug 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.46 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "sacramento-campaign-finance",
"version": "1.0.0",
"description": "Data and graphics about the money in Sacramento elections",
"main": "index.js",
"scripts": {
"dev": "vite dev --port 3000",
"build": "NODE_OPTIONS=--max_old_space_size=4096 vite build",
"preview": "vite preview --port 3000",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "@jeremiak",
"license": "CC-BY-SA",
"dependencies": {},
"devDependencies": {
"@prisma/client": "^4.11.0",
"@sveltejs/adapter-netlify": "^1.0.0-next.62",
"@sveltejs/kit": "next",
"convert-excel-to-json": "^1.7.0",
"d3-array": "^3.2.2",
"d3-dsv": "^3.0.1",
"d3-time-format": "^3.0.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^4.0.0",
"lodash": "^4.17.21",
"p-queue": "^7.2.0",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"prisma": "^4.11.0",
"progress": "^2.0.3",
"puppeteer": "^14.1.1",
"sass": "^1.52.1",
"svelte": "^3.48.0",
"svelte-preprocess": "^4.10.6",
"vite": "^3.1.0"
},
"type": "module"
}