-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.25 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
50
{
"name": "statemachine-editor-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@ffmpeg/core": "^0.11.0",
"@ffmpeg/ffmpeg": "^0.9.3",
"bootstrap": "^4.1.3",
"file-saver": "^2.0.0",
"formik": "^1.4.1",
"gh-pages": "^2.0.1",
"google-protobuf": "^3.6.1",
"http-proxy-middleware": "^2.0.6",
"jointjs": "^2.2.1",
"jquery": "^3.1.1",
"lodash": "^4.17.11",
"match-sorter": "^2.3.0",
"react": "^16.7.0",
"react-bootstrap": "^1.0.0-beta.3",
"react-dom": "^16.6.3",
"react-file-reader-input": "^2.0.0",
"react-json-view": "^1.19.1",
"react-player": "^2.12.0",
"react-scripts": "^2.1.3",
"react-select": "^2.1.2",
"react-table": "^6.8.6",
"yup": "^0.26.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://cmusatyalab.github.io/OpenWorkflow",
"devDependencies": {
"@babel/plugin-syntax-import-meta": "^7.10.4"
}
}