-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 929 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
{
"name": "jbrowse-react-app-farm-demo",
"license": "MIT",
"version": "1.0.0",
"scripts": {
"dev": "farm start",
"start": "farm start",
"build": "farm build",
"preview": "farm preview",
"clean": "farm clean",
"predeploy": "npm run build",
"deploy": "aws s3 sync --delete dist s3://jbrowse.org/demos/app-farm/",
"postdeploy": "AWS_PAGER=\"\" aws cloudfront create-invalidation --distribution-id E13LGELJOT4GQO --paths \"/demos/app-farm/*\""
},
"dependencies": {
"@jbrowse/core": "^2.0.0",
"@jbrowse/react-app": "^2.0.0",
"buffer": "^6.0.3",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@farmfe/cli": "^1.0.2",
"@farmfe/core": "^1.1.13",
"@farmfe/plugin-react": "^1.0.1",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"core-js": "^3.36.1",
"prettier": "^3.3.2",
"react-refresh": "^0.14.0"
}
}