UNPKG

2.52 kBJSONView Raw
1{
2 "name": "@kiwicom/smart-faq-core",
3 "version": "v10.2.2",
4 "license": "UNLICENSED",
5 "scripts": {
6 "prepublishOnly": "yarn build",
7 "build": "babel --root-mode upward src -d lib --extensions \".ts,.tsx\" --ignore '**/__tests__/*' -D",
8 "generate:data": "cp -R ../../data .",
9 "build:types": "tsc --emitDeclarationOnly --outDir ./lib",
10 "webpack:analyzer": "webpack-bundle-analyzer .${PROJECT}Stats.json ./dist/ -r .${PROJECT}Stats.html -m static -O",
11 "schema": "graphql get-schema --dotenv ../smart-faq-sidebar/.env"
12 },
13 "main": "lib/index",
14 "author": "kiwi.com",
15 "devDependencies": {
16 "@kiwicom/nitro": "^25.0.0",
17 "@kiwicom/orbit-components": "^0.90.1",
18 "@sentry/browser": "^5.15.5",
19 "@testing-library/react": "^10.0.0",
20 "dotenv": "^8.0.0",
21 "enzyme": "^3.11.0",
22 "enzyme-adapter-react-16": "^1.7.1",
23 "enzyme-to-json": "^3.3.5",
24 "fs-extra": "9.0.1",
25 "glob-promise": "3.4.0",
26 "graphql": "15.3.0",
27 "html-loader": "^1.0.0",
28 "html-webpack-plugin": "4.3.0",
29 "i18next-scanner": "2.11.0",
30 "js-cookie": "2.2.1",
31 "luxon": "^1.12.0",
32 "make-runnable": "^1.3.6",
33 "minimist": "1.2.5",
34 "mockdate": "^3.0.0",
35 "react": "^16.10.2",
36 "react-dom": "^16.10.2",
37 "regenerator-runtime": "^0.13.2",
38 "relay-test-utils": "~10.0.0",
39 "request": "2.88.2",
40 "request-promise-native": "1.0.9",
41 "styled-components": "^4.4.1",
42 "surge": "^0.21.0"
43 },
44 "dependencies": {
45 "@adeira/js": "^1.2.2",
46 "@babel/runtime": "^7.7.6",
47 "@kiwicom/darwin": "^0.0.11",
48 "@kiwicom/relay-in-next": "v10.2.2",
49 "@kiwicom/translations": "^1.601.159",
50 "classnames": "2.2.6",
51 "datetime-diff": "^0.2.1",
52 "history": "4.10.1",
53 "isomorphic-fetch": "2.2.1",
54 "memoize-one": "^5.0.0",
55 "object-hash": "^2.0.1",
56 "react-content-loader": "^4.0.0",
57 "react-event-listener": "^0.6.3",
58 "react-relay": "~10.0.0",
59 "react-responsive": "^8.0.1",
60 "react-router-dom": "^5.1.2",
61 "react-transition-group": "^4.3.0",
62 "relay-runtime": "~10.0.0",
63 "ua-parser-js": "^0.7.21",
64 "url-search-params-polyfill": "^8.0.0",
65 "uuid": "^8.0.0"
66 },
67 "peerDependencies": {
68 "@kiwicom/nitro": "^25.0.0",
69 "@kiwicom/orbit-components": "^0.90.1",
70 "@sentry/browser": "^5.15.5",
71 "react": "^16.10.2",
72 "react-dom": "^16.10.2",
73 "styled-components": "^4.4.1"
74 },
75 "files": [
76 "/lib/",
77 "/static/",
78 "/types/",
79 "!__fixtures__",
80 "!__mocks__",
81 "!__tests__"
82 ]
83}
\No newline at end of file