-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathpackage.json
89 lines (89 loc) · 2.35 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
{
"name": "@epam/app",
"version": "5.4.0",
"description": "EPAM Unified UI landing",
"author": "EPAM",
"license": "MIT",
"private": true,
"scripts": {
"start": "craco start",
"build": "craco build",
"build-dev": "craco build --app-dev",
"server": "node ../server/app.js",
"analyzer": "source-map-explorer 'build/static/**/*.js'"
},
"cracoConfig": "./build-config/craco.config.js",
"dependencies": {
"@elastic/apm-rum": "^5.14.0",
"@epam/assets": "5.4.0",
"@epam/draft-rte": "5.4.0",
"@epam/electric": "5.4.0",
"@epam/internal": "0.0.1",
"@epam/loveship": "5.4.0",
"@epam/promo": "5.4.0",
"@epam/uui": "5.4.0",
"@epam/uui-components": "5.4.0",
"@epam/uui-core": "5.4.0",
"@epam/uui-db": "5.4.0",
"@epam/uui-docs": "5.4.0",
"@epam/uui-editor": "5.4.0",
"@epam/uui-timeline": "5.4.0",
"@udecode/plate-common": "24.5.2",
"amplitude-js": "8.9.1",
"classnames": "2.2.6",
"codesandbox": "2.2.3",
"dayjs": "1.10.7",
"history": "4.10.1",
"imask": "6.0.7",
"lodash.assign": "4.2.0",
"lodash.clone": "4.5.0",
"lodash.isequal": "4.5.0",
"lodash.sortby": "4.7.0",
"prismjs": "^1.19.0",
"prop-types": "15.7.2",
"qhistory": "1.0.3",
"query-string": "6.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-imask": "6.0.7",
"react-markdown": "8.0.4",
"react-measure": "2.5.2",
"react-router": "6.14.0",
"react-router-dom": "6.14.0",
"remark-gfm": "3.0.1",
"slate": "0.94.1",
"slate-hyperscript": "0.81.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"repository": {
"type": "git",
"url": "https://github.com/epam/UUI"
},
"gitHead": "a46206079e94ed85069ae90a59cc4ba48b9bc9eb",
"devDependencies": {
"@craco/craco": "7.0.0",
"@types/amplitude-js": "^8.0.1",
"@types/history": "4.7.11",
"@types/node": "16.18.4",
"@types/prismjs": "1.16.1",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/webpack-env": "1.18.0",
"escape-string-regexp": "1.0.5",
"react-scripts": "5.0.1",
"source-map-explorer": "2.5.3",
"typescript": "4.9.3"
}
}