|
1 | 1 | {
|
2 | 2 | "name": "topcoder-payment-tool",
|
3 |
| - "version": "0.0.1", |
| 3 | + "version": "0.2.0", |
4 | 4 | "description": "Topcoder Payment Tool",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "scripts": {
|
7 | 7 | "build": "npm run clean && ./node_modules/.bin/webpack --env=production --progress --profile --colors --display-optimization-bailout",
|
8 | 8 | "build:dev": "npm run clean && ./node_modules/.bin/webpack --env=development --progress --profile --colors --display-optimization-bailout",
|
9 | 9 | "clean": "./node_modules/.bin/rimraf build",
|
10 | 10 | "dev": "cross-env BABEL_ENV=development NODE_ENV=development node ./bin/www",
|
11 |
| - "fix:js": "./node_modules/.bin/eslint --fix --ext .js,.jsx .", |
12 |
| - "fix:styles": "./node_modules/.bin/stylelint **/*.scss --syntax scss --fix", |
13 | 11 | "jest": "cross-env BABEL_ENV=test ./node_modules/.bin/jest --no-cache --maxWorkers=4 --config config/jest/default.js",
|
14 | 12 | "lint": "npm run lint:js && npm run lint:scss",
|
15 | 13 | "lint:js": "./node_modules/.bin/eslint --ext .js,.jsx .",
|
|
35 | 33 | "dependencies": {
|
36 | 34 | "babel-register": "^6.26.0",
|
37 | 35 | "babel-runtime": "^6.26.0",
|
| 36 | + "browser-cookies": "^1.1.0", |
38 | 37 | "cross-env": "^5.1.4",
|
| 38 | + "express": "^4.16.3", |
39 | 39 | "i": "^0.3.6",
|
40 | 40 | "isomorphic-fetch": "^2.2.1",
|
41 |
| - "lodash": "^4.17.5", |
42 |
| - "moment": "^2.22.1", |
43 |
| - "moment-timezone": "^0.5.17", |
| 41 | + "lodash": "^4.17.10", |
| 42 | + "moment": "^2.22.2", |
| 43 | + "moment-timezone": "^0.5.21", |
44 | 44 | "npm": "^6.1.0",
|
45 |
| - "prop-types": "^15.6.0", |
| 45 | + "prop-types": "^15.6.2", |
| 46 | + "qs": "^6.5.2", |
46 | 47 | "rc-tooltip": "^3.4.9",
|
47 |
| - "browser-cookies": "^1.1.0", |
48 |
| - "react": "^16.3.2", |
| 48 | + "react": "^16.4.1", |
49 | 49 | "react-css-super-themr": "^2.2.0",
|
50 | 50 | "react-dates": "^12.6.0",
|
51 |
| - "react-redux": "^5.0.3", |
52 |
| - "react-router-dom": "^4.2.2", |
| 51 | + "react-redux": "^5.0.7", |
| 52 | + "react-router-dom": "^4.3.1", |
53 | 53 | "react-select": "^1.1.0",
|
54 |
| - "slick-carousel": "^1.8.1", |
55 |
| - "redux": "^3.6.0", |
56 |
| - "qs": "^6.5.1", |
57 |
| - "express": "^4.16.2", |
58 |
| - "redux-actions": "^2.0.1", |
| 54 | + "redux": "^3.7.2", |
| 55 | + "redux-actions": "^2.4.0", |
59 | 56 | "shortid": "^2.2.8",
|
60 |
| - "tc-accounts": "https://github.com/appirio-tech/accounts-app.git#dev", |
61 |
| - "topcoder-react-lib": "0.0.6", |
62 |
| - "topcoder-react-ui-kit": "^0.2.5", |
63 |
| - "topcoder-react-utils": "^0.3.11" |
| 57 | + "slick-carousel": "^1.8.1", |
| 58 | + "tc-accounts": "git+https://github.com/appirio-tech/accounts-app.git#dev", |
| 59 | + "topcoder-react-lib": "^0.4.0", |
| 60 | + "topcoder-react-ui-kit": "^0.5.0", |
| 61 | + "topcoder-react-utils": "^0.7.0" |
64 | 62 | },
|
65 | 63 | "devDependencies": {
|
66 |
| - "autoprefixer": "^8.5.0", |
| 64 | + "autoprefixer": "^8.6.4", |
67 | 65 | "babel-cli": "^6.26.0",
|
68 |
| - "babel-eslint": "^8.2.3", |
| 66 | + "babel-eslint": "^8.2.5", |
69 | 67 | "babel-loader": "^7.1.4",
|
70 | 68 | "babel-plugin-css-modules-transform": "^1.6.1",
|
71 |
| - "babel-plugin-dynamic-import-node": "^1.2.0", |
72 |
| - "babel-plugin-inline-react-svg": "^0.5.2", |
| 69 | + "babel-plugin-dynamic-import-node": "^2.0.0", |
| 70 | + "babel-plugin-inline-react-svg": "^0.5.3", |
73 | 71 | "babel-plugin-module-resolver": "^3.1.1",
|
74 | 72 | "babel-plugin-react-css-modules": "^3.4.2",
|
75 |
| - "babel-plugin-transform-assets": "^0.2.0", |
| 73 | + "babel-plugin-transform-assets": "^1.0.1", |
| 74 | + "babel-plugin-transform-export-extensions": "^6.22.0", |
76 | 75 | "babel-plugin-transform-runtime": "^6.23.0",
|
77 | 76 | "babel-polyfill": "^6.26.0",
|
78 | 77 | "babel-preset-env": "^1.7.0",
|
79 | 78 | "babel-preset-react": "^6.24.1",
|
80 | 79 | "babel-preset-stage-2": "^6.24.1",
|
| 80 | + "command-line-args": "^5.0.2", |
| 81 | + "command-line-usage": "^5.0.5", |
81 | 82 | "css-loader": "^0.28.11",
|
82 | 83 | "eslint": "^4.19.1",
|
83 |
| - "eslint-config-airbnb": "^16.1.0", |
84 |
| - "eslint-import-resolver-babel-module": "^4.0.0", |
85 |
| - "eslint-plugin-import": "^2.12.0", |
86 |
| - "eslint-plugin-jest": "^21.15.2", |
| 84 | + "eslint-config-airbnb": "^17.0.0", |
| 85 | + "eslint-import-resolver-babel-module": "^4.0.0-beta.3", |
| 86 | + "eslint-plugin-import": "^2.13.0", |
| 87 | + "eslint-plugin-jest": "^21.17.0", |
87 | 88 | "eslint-plugin-jsx-a11y": "^6.0.3",
|
88 |
| - "eslint-plugin-react": "^7.8.2", |
89 |
| - "extract-css-chunks-webpack-plugin": "^2.0.19", |
| 89 | + "eslint-plugin-react": "^7.10.0", |
90 | 90 | "file-loader": "^1.1.11",
|
91 | 91 | "identity-obj-proxy": "^3.0.0",
|
92 |
| - "jest": "^22.4.4", |
| 92 | + "jest": "^23.2.0", |
| 93 | + "jsdoc-to-markdown": "^4.0.1", |
| 94 | + "mini-css-extract-plugin": "^0.4.1", |
| 95 | + "mkpath": "^1.0.0", |
| 96 | + "mockdate": "^2.0.2", |
93 | 97 | "node-sass": "^4.9.0",
|
94 | 98 | "nodelist-foreach-polyfill": "^1.2.0",
|
95 |
| - "optimize-css-assets-webpack-plugin": "^3.2.0", |
| 99 | + "optimize-css-assets-webpack-plugin": "^4.0.3", |
96 | 100 | "postcss-loader": "^2.1.5",
|
97 |
| - "postcss-scss": "^1.0.5", |
98 |
| - "react-hot-loader": "^4.2.0", |
99 |
| - "react-test-renderer": "^16.4.0", |
| 101 | + "postcss-scss": "^1.0.6", |
| 102 | + "react-hot-loader": "^4.3.3", |
| 103 | + "react-test-renderer": "^16.4.1", |
100 | 104 | "resolve-url-loader": "^2.3.0",
|
101 | 105 | "rimraf": "^2.6.2",
|
102 |
| - "sass-loader": "^6.0.7", |
103 |
| - "style-loader": "^0.20.3", |
104 |
| - "stylelint": "^9.2.1", |
| 106 | + "sass-loader": "^7.0.3", |
| 107 | + "style-loader": "^0.21.0", |
| 108 | + "stylelint": "^9.3.0", |
105 | 109 | "stylelint-config-standard": "^18.2.0",
|
106 |
| - "webpack": "^3.12.0", |
107 |
| - "webpack-dev-middleware": "^2.0.6", |
| 110 | + "webpack": "^4.14.0", |
| 111 | + "webpack-cli": "^3.0.8", |
| 112 | + "webpack-dev-middleware": "^3.1.3", |
108 | 113 | "webpack-hot-middleware": "^2.22.2",
|
109 |
| - "webpack-merge": "^4.1.2" |
| 114 | + "webpack-merge": "^4.1.3", |
| 115 | + "webpack-stats-plugin": "^0.2.1" |
110 | 116 | }
|
111 | 117 | }
|
0 commit comments