-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.95 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
{
"name": "aspen-flowsheets",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@blueprintjs/core": "3.45.0",
"@blueprintjs/popover2": "0.10.1",
"@blueprintjs/select": "3.16.4",
"@blueprintjs/table": "3.7.1",
"@emotion/css": "^11.1.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@formulajs/formulajs": "^2.6.10",
"date-fns": "^2.23.0",
"dexie": "^3.0.3",
"dexie-observable": "^3.0.0-beta.11",
"file-saver": "^2.0.5",
"hot-formula-parser": "4.0.0",
"mobx": "^6.3.2",
"mobx-utils": "^6.0.4",
"nanoid": "3.1.23",
"re-resizable": "^6.9.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-flow-renderer": "^9.6.6",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-table": "7.7.0",
"rxjs": "7.1.0",
"xlsx": "0.17.0",
"y-indexeddb": "^9.0.6",
"y-protocols": "^1.0.5",
"y-webrtc": "^10.2.0",
"yjs": "^13.5.11",
"zod": "^3.7.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.14.5",
"@babel/runtime": "7.13.8",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"@types/react": "^17.0.11",
"@types/react-dom": "^17.0.8",
"@types/react-router-dom": "^5.1.8",
"@types/react-table": "^7.7.2",
"@types/wicg-file-system-access": "^2020.9.1",
"fake-indexeddb": "^3.1.3",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"typescript": "^4.3.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom --transformIgnorePatterns \"node_modules/(?!y-protocols|lib0)\"",
"eject": "react-scripts eject",
"postinstall": "yarn patch-package"
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!y-protocols)"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}