-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.1 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
{
"name": "senatevotes.us",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "eslint . --ext .js --ignore-path .gitignore",
"analyize": "node --es-module-specifier-resolution=node ./scripts/analyze.js",
"summarize": "node --es-module-specifier-resolution=node ./scripts/summary.js"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6",
"autoprefixer": "^9.7.4",
"chart.js": "^2.9.3",
"chartjs-chart-geo": "^1.1.2",
"chartjs-plugin-datalabels": "^0.7.0",
"classnames": "^2.2.6",
"micromodal": "^0.4.2",
"next": "9.3.0",
"postcss-import": "^12.0.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"tailwindcss": "^1.2.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"dotenv": "^8.2.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^1.7.0"
}
}