|
1 | 1 | {
|
2 |
| - "name": "@deriv/cashier", |
3 |
| - "version": "1.0.0", |
4 |
| - "description": "Deriv Cashier", |
5 |
| - "keywords": [ |
6 |
| - "deriv-app", |
7 |
| - "deriv.com" |
8 |
| - ], |
9 |
| - "main": "dist/cashier/js/cashier.js", |
10 |
| - "directories": { |
11 |
| - "lib": "lib", |
12 |
| - "test": "__tests__" |
13 |
| - }, |
14 |
| - "engines": { |
15 |
| - "node": "^14.17.1" |
16 |
| - }, |
17 |
| - "files": [ |
18 |
| - "lib" |
19 |
| - ], |
20 |
| - "publishConfig": { |
21 |
| - "access": "public" |
22 |
| - }, |
23 |
| - "repository": { |
24 |
| - "type": "git", |
25 |
| - "url": "git+https://github.com/binary-com/deriv-app.git" |
26 |
| - }, |
27 |
| - "scripts": { |
28 |
| - "test": "echo \"No test specified\"", |
29 |
| - "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", |
30 |
| - "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", |
31 |
| - "build:travis": "rimraf dist && webpack --config \"./build/webpack.config.js\" --mode=production", |
32 |
| - "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f" |
33 |
| - }, |
34 |
| - "bugs": { |
35 |
| - "url": "https://github.com/binary-com/deriv-app/issues" |
36 |
| - }, |
37 |
| - "dependencies": { |
38 |
| - "@deriv/components": "^1.0.0", |
39 |
| - "@deriv/deriv-api": "^1.0.8", |
40 |
| - "@deriv/p2p": "^0.7.3", |
41 |
| - "@deriv/shared": "^1.0.0", |
42 |
| - "@deriv/translations": "^1.0.0", |
43 |
| - "classnames": "^2.2.6", |
44 |
| - "formik": "^2.1.4", |
45 |
| - "loadjs": "^4.2.0", |
46 |
| - "mobx": "^5.15.7", |
47 |
| - "mobx-react": "6.3.1", |
48 |
| - "moment": "^2.24.0", |
49 |
| - "prop-types": "^15.7.2", |
50 |
| - "qrcode.react": "^1.0.0", |
51 |
| - "react": "^16.14.0", |
52 |
| - "react-content-loader": "^4.3.2", |
53 |
| - "react-dom": "^16.14.0", |
54 |
| - "react-loadable": "^5.5.0", |
55 |
| - "react-pose": "^4.0.10", |
56 |
| - "react-router": "^5.2.0", |
57 |
| - "react-router-dom": "^5.2.0" |
58 |
| - }, |
59 |
| - "devDependencies": { |
60 |
| - "@babel/core": "^7.12.10", |
61 |
| - "@babel/plugin-proposal-class-properties": "^7.12.1", |
62 |
| - "@babel/plugin-proposal-decorators": "^7.12.12", |
63 |
| - "@babel/plugin-proposal-export-default-from": "^7.12.1", |
64 |
| - "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
65 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
66 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
67 |
| - "@babel/plugin-proposal-optional-chaining": "^7.12.7", |
68 |
| - "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
69 |
| - "@babel/preset-env": "^7.12.11", |
70 |
| - "@babel/preset-react": "^7.12.10", |
71 |
| - "babel-loader": "^8.1.0", |
72 |
| - "clean-webpack-plugin": "^3.0.0", |
73 |
| - "copy-webpack-plugin": "^9.0.1", |
74 |
| - "css-loader": "^5.0.1", |
75 |
| - "file-loader": "^6.2.0", |
76 |
| - "mini-css-extract-plugin": "^1.3.4", |
77 |
| - "node-sass": "^4.12.0", |
78 |
| - "css-minimizer-webpack-plugin": "^3.0.1", |
79 |
| - "postcss-loader": "^6.1.1", |
80 |
| - "postcss-preset-env": "^6.7.0", |
81 |
| - "postcss-scss": "^4.0.0", |
82 |
| - "react-svg-loader": "^3.0.3", |
83 |
| - "resolve-url-loader": "^3.1.2", |
84 |
| - "sass-loader": "^10.1.1", |
85 |
| - "sass-resources-loader": "^2.1.1", |
86 |
| - "@testing-library/react": "^12.0.0", |
87 |
| - "webpack": "^5.46.0", |
88 |
| - "webpack-cli": "^4.7.2", |
89 |
| - "webpack-manifest-plugin": "^4.0.2", |
90 |
| - "webpack-node-externals": "^2.5.2" |
91 |
| - } |
| 2 | + "name": "@deriv/cashier", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Deriv Cashier", |
| 5 | + "keywords": [ |
| 6 | + "deriv-app", |
| 7 | + "deriv.com" |
| 8 | + ], |
| 9 | + "main": "dist/cashier/js/cashier.js", |
| 10 | + "directories": { |
| 11 | + "lib": "lib", |
| 12 | + "test": "__tests__" |
| 13 | + }, |
| 14 | + "engines": { |
| 15 | + "node": "^14.17.1" |
| 16 | + }, |
| 17 | + "files": [ |
| 18 | + "lib" |
| 19 | + ], |
| 20 | + "publishConfig": { |
| 21 | + "access": "public" |
| 22 | + }, |
| 23 | + "repository": { |
| 24 | + "type": "git", |
| 25 | + "url": "git+https://github.com/binary-com/deriv-app.git" |
| 26 | + }, |
| 27 | + "scripts": { |
| 28 | + "test": "echo \"No test specified\"", |
| 29 | + "test:eslint": "eslint \"./src/**/*.?(js|jsx)\"", |
| 30 | + "serve": "echo \"Serving...\" && webpack --progress --watch --config \"./build/webpack.config.js\"", |
| 31 | + "build:travis": "rimraf dist && webpack --config \"./build/webpack.config.js\" --mode=production", |
| 32 | + "build": "f () { webpack --config \"./build/webpack.config.js\" --env base=$1;}; f" |
| 33 | + }, |
| 34 | + "bugs": { |
| 35 | + "url": "https://github.com/binary-com/deriv-app/issues" |
| 36 | + }, |
| 37 | + "dependencies": { |
| 38 | + "@deriv/components": "^1.0.0", |
| 39 | + "@deriv/deriv-api": "^1.0.8", |
| 40 | + "@deriv/p2p": "^0.7.3", |
| 41 | + "@deriv/shared": "^1.0.0", |
| 42 | + "@deriv/translations": "^1.0.0", |
| 43 | + "classnames": "^2.2.6", |
| 44 | + "formik": "^2.1.4", |
| 45 | + "loadjs": "^4.2.0", |
| 46 | + "mobx": "^5.15.7", |
| 47 | + "mobx-react": "6.3.1", |
| 48 | + "moment": "^2.24.0", |
| 49 | + "prop-types": "^15.7.2", |
| 50 | + "qrcode.react": "^1.0.0", |
| 51 | + "react": "^16.14.0", |
| 52 | + "react-content-loader": "^4.3.2", |
| 53 | + "react-dom": "^16.14.0", |
| 54 | + "react-loadable": "^5.5.0", |
| 55 | + "react-pose": "^4.0.10", |
| 56 | + "react-router": "^5.2.0", |
| 57 | + "react-router-dom": "^5.2.0" |
| 58 | + }, |
| 59 | + "devDependencies": { |
| 60 | + "@babel/core": "^7.12.10", |
| 61 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 62 | + "@babel/plugin-proposal-decorators": "^7.12.12", |
| 63 | + "@babel/plugin-proposal-export-default-from": "^7.12.1", |
| 64 | + "@babel/plugin-proposal-export-namespace-from": "^7.12.1", |
| 65 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
| 66 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 67 | + "@babel/plugin-proposal-optional-chaining": "^7.12.7", |
| 68 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 69 | + "@babel/preset-env": "^7.12.11", |
| 70 | + "@babel/preset-react": "^7.12.10", |
| 71 | + "babel-loader": "^8.1.0", |
| 72 | + "clean-webpack-plugin": "^3.0.0", |
| 73 | + "copy-webpack-plugin": "^9.0.1", |
| 74 | + "css-loader": "^5.0.1", |
| 75 | + "file-loader": "^6.2.0", |
| 76 | + "mini-css-extract-plugin": "^1.3.4", |
| 77 | + "node-sass": "^4.12.0", |
| 78 | + "css-minimizer-webpack-plugin": "^3.0.1", |
| 79 | + "postcss-loader": "^6.2.1", |
| 80 | + "postcss-preset-env": "^7.4.3", |
| 81 | + "postcss-scss": "^4.0.3", |
| 82 | + "react-svg-loader": "^3.0.3", |
| 83 | + "resolve-url-loader": "^3.1.2", |
| 84 | + "sass-loader": "^10.1.1", |
| 85 | + "sass-resources-loader": "^2.1.1", |
| 86 | + "@testing-library/react": "^12.0.0", |
| 87 | + "webpack": "^5.46.0", |
| 88 | + "webpack-cli": "^4.7.2", |
| 89 | + "webpack-manifest-plugin": "^4.0.2", |
| 90 | + "webpack-node-externals": "^2.5.2" |
| 91 | + } |
92 | 92 | }
|
0 commit comments