|
1 |
| -{ |
2 |
| - "name": "export-bundle", |
3 |
| - "version": "9.13.6", |
4 |
| - "private": true, |
5 |
| - "scripts": { |
6 |
| - "build": "set NODE_ENV=production&&webpack --mode production --progress", |
7 |
| - "debug": "set NODE_ENV=debug&&webpack --mode production --progress", |
8 |
| - "watch": "set NODE_ENV=debug & webpack --mode=development --progress --watch", |
9 |
| - "analyze": "set NODE_ENV=production&&webpack --config webpack.config.js --profile --json > stats.json&&webpack-bundle-analyzer stats.json", |
10 |
| - "lint": "eslint --fix" |
11 |
| - }, |
12 |
| - "devDependencies": { |
13 |
| - "@babel/core": "^7.22.9", |
14 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
15 |
| - "@babel/preset-env": "^7.22.9", |
16 |
| - "@babel/preset-react": "^7.22.5", |
17 |
| - "array.prototype.find": "2.2.3", |
18 |
| - "array.prototype.findindex": "2.2.1", |
19 |
| - "babel-loader": "^8.3.0", |
20 |
| - "babel-plugin-transform-object-assign": "6.22.0", |
21 |
| - "babel-plugin-transform-object-rest-spread": "6.26.0", |
22 |
| - "babel-plugin-transform-react-remove-prop-types": "0.4.24", |
23 |
| - "babel-polyfill": "6.26.0", |
24 |
| - "create-react-class": "^15.7.0", |
25 |
| - "css-loader": "^7.1.2", |
26 |
| - "dayjs": "^1.11.9", |
27 |
| - "es6-object-assign": "1.1.0", |
28 |
| - "es6-promise": "4.2.8", |
29 |
| - "eslint": "7.32.0", |
30 |
| - "eslint-loader": "4.0.2", |
31 |
| - "eslint-plugin-react": "7.37.1", |
32 |
| - "eslint-plugin-spellcheck": "0.0.11", |
33 |
| - "file-loader": "3.0.1", |
34 |
| - "json-loader": "^0.5.7", |
35 |
| - "jwt-decode": "2.2.0", |
36 |
| - "less": "4.1.3", |
37 |
| - "less-loader": "12.2.0", |
38 |
| - "moment": "^2.29.4", |
39 |
| - "prop-types": "^15.8.1", |
40 |
| - "raw-loader": "4.0.2", |
41 |
| - "react": "^16.14.0", |
42 |
| - "react-collapse": "5.1.1", |
43 |
| - "react-custom-scrollbars": "4.2.1", |
44 |
| - "react-dom": "^16.14.0", |
45 |
| - "react-height": "3.0.2", |
46 |
| - "react-hot-loader": "4.13.1", |
47 |
| - "react-modal": "3.16.1", |
48 |
| - "react-motion": "0.5.2", |
49 |
| - "react-redux": "8.1.1", |
50 |
| - "react-tabs": "3.2.3", |
51 |
| - "react-tooltip": "4.5.1", |
52 |
| - "react-widgets": "^5.8.4", |
53 |
| - "redux": "4.2.1", |
54 |
| - "redux-devtools": "3.7.0", |
55 |
| - "redux-devtools-dock-monitor": "1.2.0", |
56 |
| - "redux-devtools-log-monitor": "2.1.0", |
57 |
| - "redux-immutable-state-invariant": "2.1.0", |
58 |
| - "redux-thunk": "2.4.2", |
59 |
| - "source-map-loader": "^0.2.4", |
60 |
| - "style-loader": "0.23.1", |
61 |
| - "throttle-debounce": "5.0.0", |
62 |
| - "url-loader": "1.1.2", |
63 |
| - "webpack": "5.94.0", |
64 |
| - "webpack-bundle-analyzer": "^4.9.0", |
65 |
| - "webpack-cli": "5.1.4", |
66 |
| - "webpack-dev-server": "4.15.1" |
67 |
| - }, |
68 |
| - "dependencies": { |
69 |
| - "@dnnsoftware/dnn-react-common": "9.13.6" |
70 |
| - } |
71 |
| -} |
| 1 | +{ |
| 2 | + "name": "export-bundle", |
| 3 | + "version": "9.13.6", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "build": "set NODE_ENV=production&&webpack --mode production --progress", |
| 7 | + "debug": "set NODE_ENV=debug&&webpack --mode production --progress", |
| 8 | + "watch": "set NODE_ENV=debug & webpack --mode=development --progress --watch", |
| 9 | + "analyze": "set NODE_ENV=production&&webpack --config webpack.config.js --profile --json > stats.json&&webpack-bundle-analyzer stats.json", |
| 10 | + "lint": "eslint --fix" |
| 11 | + }, |
| 12 | + "devDependencies": { |
| 13 | + "@babel/core": "^7.26.0", |
| 14 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
| 15 | + "@babel/preset-env": "^7.26.0", |
| 16 | + "@babel/preset-react": "^7.25.9", |
| 17 | + "array.prototype.find": "2.2.3", |
| 18 | + "array.prototype.findindex": "2.2.1", |
| 19 | + "babel-loader": "^8.3.0", |
| 20 | + "babel-plugin-transform-object-assign": "6.22.0", |
| 21 | + "babel-plugin-transform-object-rest-spread": "6.26.0", |
| 22 | + "babel-plugin-transform-react-remove-prop-types": "0.4.24", |
| 23 | + "babel-polyfill": "6.26.0", |
| 24 | + "create-react-class": "^15.7.0", |
| 25 | + "css-loader": "^7.1.2", |
| 26 | + "dayjs": "^1.11.9", |
| 27 | + "es6-object-assign": "1.1.0", |
| 28 | + "es6-promise": "4.2.8", |
| 29 | + "eslint": "7.32.0", |
| 30 | + "eslint-loader": "4.0.2", |
| 31 | + "eslint-plugin-react": "7.37.1", |
| 32 | + "eslint-plugin-spellcheck": "0.0.11", |
| 33 | + "file-loader": "3.0.1", |
| 34 | + "json-loader": "^0.5.7", |
| 35 | + "jwt-decode": "2.2.0", |
| 36 | + "less": "4.1.3", |
| 37 | + "less-loader": "12.2.0", |
| 38 | + "moment": "^2.29.4", |
| 39 | + "prop-types": "^15.8.1", |
| 40 | + "raw-loader": "4.0.2", |
| 41 | + "react": "^16.14.0", |
| 42 | + "react-collapse": "5.1.1", |
| 43 | + "react-custom-scrollbars": "4.2.1", |
| 44 | + "react-dom": "^16.14.0", |
| 45 | + "react-height": "3.0.2", |
| 46 | + "react-hot-loader": "4.13.1", |
| 47 | + "react-modal": "3.16.1", |
| 48 | + "react-motion": "0.5.2", |
| 49 | + "react-redux": "8.1.1", |
| 50 | + "react-tabs": "3.2.3", |
| 51 | + "react-tooltip": "4.5.1", |
| 52 | + "react-widgets": "^5.8.4", |
| 53 | + "redux": "4.2.1", |
| 54 | + "redux-devtools": "3.7.0", |
| 55 | + "redux-devtools-dock-monitor": "1.2.0", |
| 56 | + "redux-devtools-log-monitor": "2.1.0", |
| 57 | + "redux-immutable-state-invariant": "2.1.0", |
| 58 | + "redux-thunk": "2.4.2", |
| 59 | + "source-map-loader": "^0.2.4", |
| 60 | + "style-loader": "0.23.1", |
| 61 | + "throttle-debounce": "5.0.0", |
| 62 | + "url-loader": "1.1.2", |
| 63 | + "webpack": "5.94.0", |
| 64 | + "webpack-bundle-analyzer": "^4.9.0", |
| 65 | + "webpack-cli": "5.1.4", |
| 66 | + "webpack-dev-server": "4.15.1" |
| 67 | + }, |
| 68 | + "dependencies": { |
| 69 | + "@dnnsoftware/dnn-react-common": "9.13.6" |
| 70 | + } |
| 71 | +} |
0 commit comments