-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.13 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.13 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
{
"name": "@tarantool.io/frontend-core",
"version": "8.2.2",
"repository": {
"type": "git",
"url": "https://github.com/tarantool/frontend-core.git"
},
"license": "MIT",
"main": "./compiled_module/core.js",
"types": "./types.d.ts",
"scripts": {
"build": "tt-webpack",
"build_module": "cross-env WEBPACK_BUNDLE_MODULE=true tt-webpack",
"check": "npm ci && npm run build && npm run build_module && npm run flow && npm run lint && npm run test_once",
"cy:run": "cypress run",
"fix": "eslint --fix ./src",
"flow": "flow",
"lint": "eslint ./src",
"prepublishOnly": "npm ci && npm run build_module",
"start": "cross-env NODE_ENV=development tt-webpack serve",
"test": "node ./scripts/test.js test",
"test_once": "node ./scripts/test.js test --once --silent"
},
"dependencies": {
"@emotion/css": "11.10.0",
"@tarantool.io/ui-kit": "0.52.1",
"@types/react": "16.14.0",
"apollo-cache-inmemory": "1.6.6",
"apollo-client": "2.6.10",
"apollo-link": "1.2.14",
"apollo-link-error": "1.1.13",
"apollo-link-http": "1.5.17",
"axios": "0.27.2",
"connected-react-router": "4.5.0",
"date-fns": "2.29.1",
"history": "4.10.1",
"ramda": "0.28.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-redux": "5.1.2",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"react-side-effect": "1.2.0",
"redux": "4.1.2",
"redux-thunk": "2.4.1",
"reselect": "4.1.6",
"tslib": "2.4.0"
},
"optionalDependencies": {
"fsevents": "2.3.2"
},
"devDependencies": {
"@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.1.0",
"babel-jest": "28.1.3",
"cross-env": "7.0.3",
"flow-bin": "0.120.1",
"graphql": "15.8.0",
"graphql-tag": "2.12.6",
"jest": "27.5.1",
"mock-local-storage": "1.1.23",
"nock": "11.9.1",
"prettier": "2.7.1",
"react-test-renderer": "16.14.0",
"typescript": "4.4.2"
}
}