-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 925 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": "phoebe-project",
"version": "1.0.0",
"homepage": "http://phoebe-project.org",
"private": true,
"dependencies": {
"@nteract/notebook-preview": "^10.0.3",
"abortcontroller-polyfill": "^1.3.0",
"babel-polyfill": "^6.26.0",
"react": "^16.3.2",
"react-dom": "^16.2.0",
"react-event-listener": "^0.6.4",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.3",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-select": "^3.0.4",
"smoothscroll": "^0.4.0",
"whatwg-fetch": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"analyze": "source-map-explorer build/static/js/main.*",
"predeploy": "npm run build",
"deploy": "npm run build && scp -r build/* clusty:/srv/www/phoebe-project-new/"
},
"devDependencies": {
"gh-pages": "^2.0.1",
"source-map-explorer": "^1.6.0"
}
}