-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "colorado-budget",
"version": "0.1.0",
"private": true,
"type": "module",
"homepage": "https://david-duefrene.github.io/Colorado-Budget",
"dependencies": {
"axios": "1.5.1",
"d3": "7.8.5",
"react": "18.2.0",
"react-bootstrap": "2.9.0",
"react-dom": "18.2.0",
"react-redux": "8.1.3",
"redux": "4.2.1",
"redux-thunk": "2.4.2",
"web-vitals": "3.5.0"
},
"devDependencies": {
"@testing-library/react": "14.0.0",
"@types/react": "18.2.25",
"@types/react-dom": "18.2.10",
"@vitejs/plugin-react": "2.2.0",
"eslint": "8.50.0",
"eslint-config-airbnb": "19.0.4",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.1",
"eslint-plugin-react-hooks": "4.6.0",
"jsdom": "22.1.0",
"redux-devtools-extension": "2.13.9",
"vite": "3.2.7",
"vitest": "0.33.0"
},
"scripts": {
"deploy": "gh-pages -d dist",
"start": "vite",
"test": "vitest",
"build": "vite build",
"preview": "vite preview"
}
}