forked from open-imcore/imcore.react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.67 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "imcore.react",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.1.1",
"@reduxjs/toolkit": "^1.2.5",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-redux": "^7.1.7",
"@welldone-software/why-did-you-render": "^6.1.1",
"browser-bunyan": "^1.6.3",
"emoji-regex": "^9.2.1",
"eventemitter3": "^4.0.7",
"imcore-ajax-core": "^1.0.10",
"libphonenumber-js": "^1.9.8",
"lodash.debounce": "^4.0.8",
"luxon": "^1.25.0",
"prosemirror-commands": "^1.1.7",
"prosemirror-keymap": "^1.1.4",
"prosemirror-model": "^1.13.3",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.18.1",
"react": "^17.0.1",
"react-contexify": "^5.0.0",
"react-dom": "^17.0.1",
"react-git-info": "^2.0.0",
"react-json-view": "^1.21.3",
"react-new-window": "^0.1.3",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-use-persistent": "^1.0.2",
"react-virtualized-auto-sizer": "^1.0.5",
"react-window": "^1.8.6",
"react-window-dynamic-size-list": "^1.0.1",
"sass": "^1.32.4",
"typescript": "~3.8.2",
"use-prosemirror": "^1.2.1",
"uuid": "^8.3.2"
},
"scripts": {
"start": "craco start",
"start:wdyr": "REACT_APP_WDYR=I_WANTED_TO craco start",
"build:staging": "STAGING=1 yarn build",
"build": "craco build",
"test": "craco test",
"act": "act -s SSH_KEY=\"$(< .ssh.secret)\"",
"act:reuse": "yarn act --reuse"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.6",
"@types/luxon": "^1.25.1",
"@types/prosemirror-commands": "^1.0.4",
"@types/prosemirror-keymap": "^1.0.4",
"@types/prosemirror-schema-basic": "^1.0.2",
"@types/prosemirror-state": "^1.2.6",
"@types/prosemirror-view": "^1.17.1",
"@types/react-router-dom": "^5.1.7",
"@types/react-transition-group": "^4.4.1",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/resize-observer-browser": "^0.1.5",
"@types/uuid": "^8.3.0",
"atob": "^2.1.2",
"blob": "^0.1.0",
"ws": "^7.4.2"
}
}