forked from epam/UUI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.92 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
{
"name": "@uui/monorepo",
"private": true,
"version": "2.1.434",
"description": "",
"main": "index.js",
"scripts": {
"analyzer": "webpack-bundle-analyzer app/build/bundle-stats.json",
"postinstall": "cd server && yarn",
"test": "node uui-build/scripts/runTests.js",
"coverage": "yarn test --coverage",
"process-icons": "node uui-build/scripts/processIcons.js",
"start": "cd ./app && yarn start",
"build": "cd ./app && yarn build --stats",
"build-dev": "cd ./app && yarn build-dev",
"start-server": "cd ./app && yarn server",
"release": "node uui-build/scripts/buildModules",
"lint": "npx tslint -p ./tsconfig.json -e node_modules",
"style-lint": "npx stylelint \"**/*.{scss,less}\"\n",
"format": "npx tslint -p ./tsconfig.json --fix -e node_modules",
"copy-to-template": "node uui-build/scripts/copyToTemplate",
"build-server-helpers": "npx tsc ./uui/data/querying/getOrderComparer.ts uui/data/querying/getPatternPredicate.ts --outDir ./server/helpers/",
"generate-components-api": "cd uui-build && yarn generate-components-api"
},
"repository": {
"type": "git",
"url": "[email protected]:epm-tmc/ui.git"
},
"workspaces": [
"app",
"edu-core-routing",
"epam-assets",
"loveship",
"epam-promo",
"uui",
"uui-components",
"uui-build",
"uui-docs",
"uui-db",
"uui-timeline",
"uui-editor",
"extra",
"draft-rte"
],
"author": "",
"license": "MIT",
"resolutions": {
"@types/react": "17.0.3",
"@types/chai": "4.1.1",
"prop-types": "15.7.2",
"moment": "2.19.3",
"lodash": "4.17.20",
"mixin-deep": "2.0.1",
"tar": "6.0.5",
"extend-shallow": "3.0.2",
"braces": "3.0.2",
"set-value": "3.0.2",
"y18n": "5.0.5"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"lerna": "3.22.1",
"typedoc": "0.17.4"
}
}