-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.66 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.66 KB
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
{
"name": "@tarantool.io/ui-kit",
"version": "0.52.1",
"description": "UI component library for Tarantool",
"repository": {
"type": "git",
"url": "https://github.com/tarantool/front-ui-kit"
},
"homepage": "https://tarantool.github.io/front-ui-kit/#section-readme",
"author": "Roman Babaev <r.babaev@corp.mail.ru>",
"license": "ISC",
"main": "./dist/index.js",
"module": "./dist/index-es.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "styleguidist build",
"flow": "flow",
"lint": "eslint src",
"lint:ci": "eslint --max-warnings 0 src",
"lint:fix": "eslint --fix src",
"precommit": "npm run lint && npm run flow",
"preinstall": "npx @tarantool.io/npm-only",
"rollup": "npm run rollup:prod",
"rollup:dev": "cross-env NODE_ENV=development rollup -c",
"rollup:prod": "cross-env NODE_ENV=production rollup -c",
"start": "styleguidist server",
"test": "jest",
"test:update": "jest -u"
},
"peerDependencies": {
"react": ">= 16.14.0",
"react-dom": ">= 16.14.0"
},
"dependencies": {
"@emotion/css": "11.10.0",
"@emotion/react": "11.10.0",
"@emotion/styled": "11.10.0",
"emotion-rgba": "0.0.11",
"lodash": "4.17.21",
"markdown-to-jsx": "7.1.7",
"prismjs": "1.28.0",
"ramda": "0.28.0",
"react-dropzone": "12.0.4",
"react-scrollbars-custom": "4.1.0",
"react-sortable-hoc": "2.0.0",
"react-table": "7.8.0",
"resize-observer-polyfill": "1.5.1",
"tslib": "2.4.0"
},
"devDependencies": {
"@emotion/jest": "11.10.0",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "13.3.0",
"@rollup/plugin-replace": "4.0.0",
"@rollup/plugin-typescript": "8.3.4",
"@tarantool.io/babel-config": "1.0.1",
"@tarantool.io/eslint-config": "1.0.7",
"@tarantool.io/import-sort-style": "1.0.4",
"@tarantool.io/prettier-config": "1.0.4",
"@tarantool.io/typescript": "1.0.3",
"@tarantool.io/webpack-config": "2.0.8",
"@types/react": "17.0.42",
"@types/react-dom": "17.0.14",
"@types/react-table": "7.7.12",
"array-move": "4.0.0",
"babel-jest": "28.1.3",
"cross-env": "7.0.3",
"flow-bin": "0.174.1",
"jest": "27.5.1",
"react": "16.14.0",
"react-docgen-typescript": "2.2.2",
"react-dom": "16.14.0",
"react-styleguidist": "11.2.0",
"react-test-renderer": "16.14.0",
"rollup": "2.77.3",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-delete": "2.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.32.1",
"rollup-svg-sprite-loader": "1.0.3",
"ts-jest": "27.1.4",
"typescript": "4.4.2"
}
}