-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.14 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
43
44
45
46
47
48
49
{
"name": "senate67",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write --ignore-unknown .",
"prepare": "husky"
},
"lint-staged": {
"*": "prettier --write --ignore-unknown ."
},
"devDependencies": {
"@astrojs/check": "^0.5.6",
"@astrojs/partytown": "^2.0.4",
"@astrojs/tailwind": "^5.1.0",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@types/d3-array": "^3.2.1",
"astro": "^4.5.0",
"commitlint": "^19.0.3",
"daisyui": "^4.7.3",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
"dependencies": {
"@astrojs/react": "^3.1.0",
"@astrojs/vue": "^4.0.9",
"@types/react": "^18.2.69",
"@types/react-dom": "^18.2.22",
"csv-parse": "^5.5.5",
"d3-array": "^3.2.4",
"enter-view": "^2.0.1",
"keen-slider": "^6.8.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"scrollama": "^3.2.0",
"vue": "^3.4.21"
}
}