-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
77 lines (77 loc) · 2.45 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "SET NODE_OPTIONS=--openssl-legacy-provider && npx expo-cli@4.13 start --web || export SET NODE_OPTIONS=--openssl-legacy-provider && npx expo-cli@4.13 start --web || set SET NODE_OPTIONS=--openssl-legacy-provider && npx expo-cli@4.13 start --web ",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "EXPO_BETA=1 expo start --web",
"eject": "expo eject",
"installDeps": "rm -rf node_nodules/ yarn.lock package-lock.json && yarn",
"fmt": "prettier \"**/*.{ts,tsx,js,cjs,json,md,html}\" --ignore-path .gitignore --write"
},
"dependencies": {
"@aws-amplify/ui-react": "2.1.2",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@mui/icons-material": "5.1.0",
"@mui/material": "5.1.0",
"@mui/styles": "5.1.0",
"@mui/x-tree-view": "6.17.0",
"@rjsf/core": "5.14.2",
"@rjsf/material-ui": "5.14.2",
"@rjsf/semantic-ui": "5.14.2",
"@rjsf/utils": "5.14.2",
"@rjsf/validator-ajv8": "5.14.2",
"aws-amplify": "4.3.10",
"aws-appsync": "4.1.4",
"brace": "0.11.1",
"colay": "0.0.72",
"colay-ui": "0.0.145",
"cytoscape-cola": "2.5.0",
"cytoscape-dagre": "2.3.2",
"cytoscape-euler": "1.2.2",
"cytoscape-fcose": "2.1.0",
"cytoscape-spread": "3.0.0",
"expo": "43.0.2",
"graphql-tag": "2.12.6",
"immer": "9.0.6",
"jsoneditor": "9.5.7",
"jsoneditor-react": "3.1.1",
"lottie-web": "5.8.1",
"perfect-graph-new": "1.0.7",
"react": "17.0.2",
"react-beautiful-dnd": "13.1.0",
"react-color": "2.19.3",
"react-dom": "17.0.2",
"react-native": "0.64.2",
"react-native-web": "0.17.5",
"to-json-schema": "0.2.5"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@expo/webpack-config": "0.16.7",
"@types/react": "17.0.34",
"@types/react-dom": "17.0.11",
"@types/react-native": "~0.64.12",
"@typescript-eslint/eslint-plugin": "^5.59.11",
"@typescript-eslint/parser": "^5.59.11",
"babel-plugin-module-resolver": "4.1.0",
"colay-dev": "0.0.24",
"eslint": "^8.42.0",
"prettier": "^3.0.3",
"typescript": "4.4.4",
"typescript-eslint": "^0.0.1-alpha.0",
"prettier": "^3.0.3"
},
"private": true,
"prettier": {
"trailingComma": "none",
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": false,
"arrowParens": "avoid",
"useTabs": false,
"printWidth": 120
}
}