-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.52 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": "crowdhub-web",
"version": "0.2.0",
"private": true,
"dependencies": {
"@tinymce/tinymce-react": "^3.0.1",
"bootstrap": "^4.3.1",
"dragula": "^3.7.2",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"formik": "^1.5.2",
"react": "^16.8.6",
"react-ace": "^6.5.0",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"storm-react-diagrams": "^5.2.1",
"tinymce": "^5.0.3",
"uuid": "^3.3.2",
"yup": "^0.27.0"
},
"scripts": {
"start": "PORT=4000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeployDev": "REACT_APP_SERVER_URL=\"https://crowdai-servant-api-dev.herokuapp.com\" REACT_APP_WEBAPP_URL=\"https://trentocrowdai.github.io/crowdhub-web\" npm run build",
"predeployProd": "REACT_APP_SERVER_URL=\"https://crowdai-servant-api.herokuapp.com\" REACT_APP_WEBAPP_URL=\"https://trentocrowdai.github.io/crowdhub-web\" npm run build",
"deployDev": "gh-pages -d build",
"deployProd": "gh-pages -d build"
},
"proxy": "http://localhost:3000",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"gh-pages": "^2.0.1",
"react-test-renderer": "^16.8.6"
},
"homepage": "https://trentocrowdai.github.io/crowdhub-web"
}