forked from cmdcolin/awesome-genome-visualization
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 854 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "next --turbo",
"build": "next build",
"start": "next dev",
"lint": "next lint",
"predeploy": "npm run build && touch out/.nojekyll",
"deploy": "gh-pages -d out -t true",
"postdeploy": "git push --follow-tags"
},
"dependencies": {
"next": "next",
"react": "next",
"react-dom": "next",
"slugify": "^1.6.6"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^20.11.19",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.52.0",
"eslint-config-next": "^14.0.0",
"eslint-plugin-unicorn": "^53.0.0",
"gh-pages": "^6.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
}
}