-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 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
{
"name": "hackerfm",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "yarn generatePlaylist && astro dev",
"start": "astro dev",
"build": "yarn generatePlaylist && astro build",
"preview": "astro preview",
"generatePlaylist": "tsm scripts/generatePlaylist.ts",
"lint": "eslint src/**/*.{js,ts,tsx} --fix"
},
"devDependencies": {
"@astrojs/renderer-react": "^0.3.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"astro": "^0.21.6",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "2.5.0",
"prettier-plugin-astro": "^0.0.11",
"tsm": "^2.1.4"
},
"dependencies": {
"@knadh/dragmove": "^0.1.3",
"@types/meyda": "^4.3.2",
"axios": "^0.24.0",
"meyda": "^5.2.2",
"react": "^17.0.2",
"three": "^0.130.0"
}
}