|
1 | 1 | { |
2 | | - "name": "MapStoreExtension", |
3 | | - "version": "1.0.0", |
4 | | - "description": "Template project to create MapStore extensions", |
5 | | - "main": "index.js", |
6 | | - "eslintConfig": { |
7 | | - "extends": [ |
8 | | - "@mapstore/eslint-config-mapstore" |
9 | | - ], |
10 | | - "parserOptions": { |
11 | | - "babelOptions": { |
12 | | - "configFile": "./MapStore2/build/babel.config.js" |
13 | | - } |
14 | | - } |
15 | | - }, |
16 | | - "eslintIgnore": [ |
17 | | - "web/client/dist/", |
18 | | - "web/client/test-resources/", |
19 | | - "web/docs/", |
20 | | - "web/client/mapstore/docs/" |
| 2 | + "name": "MapStoreExtension", |
| 3 | + "version": "1.0.0", |
| 4 | + "description": "Template project to create MapStore extensions", |
| 5 | + "main": "index.js", |
| 6 | + "eslintConfig": { |
| 7 | + "extends": [ |
| 8 | + "@mapstore/eslint-config-mapstore" |
21 | 9 | ], |
22 | | - "browserslist": { |
23 | | - "production": [ |
24 | | - ">0.5%", |
25 | | - "not dead", |
26 | | - "not op_mini all", |
27 | | - "not IE 11", |
28 | | - "not UCAndroid 12.12" |
29 | | - ], |
30 | | - "development": [ |
31 | | - "last 1 chrome version", |
32 | | - "last 1 firefox version", |
33 | | - "last 1 safari version" |
34 | | - ] |
35 | | - }, |
36 | | - "devDependencies": { |
37 | | - "@babel/core": "7.8.7", |
38 | | - "@babel/plugin-proposal-class-properties": "7.8.3", |
39 | | - "@babel/plugin-syntax-dynamic-import": "7.8.3", |
40 | | - "@babel/preset-env": "7.8.7", |
41 | | - "@babel/preset-react": "7.8.3", |
42 | | - "@babel/runtime": "7.11.2", |
43 | | - "@geosolutions/acorn-jsx": "4.0.2", |
44 | | - "@geosolutions/jsdoc": "3.4.4", |
45 | | - "@geosolutions/mocha": "6.2.1-3", |
46 | | - "@mapstore/eslint-config-mapstore": "1.0.5", |
47 | | - "axios-mock-adapter": "1.16.0", |
48 | | - "babel-loader": "8.0.5", |
49 | | - "babel-plugin-add-module-exports": "0.1.4", |
50 | | - "babel-plugin-istanbul": "6.0.0", |
51 | | - "babel-plugin-object-assign": "1.2.1", |
52 | | - "babel-plugin-react-transform": "2.0.2", |
53 | | - "babel-plugin-transform-imports": "2.0.0", |
54 | | - "copy-webpack-plugin": "5.0.2", |
55 | | - "css-loader": "5.1.2", |
56 | | - "css-minimizer-webpack-plugin": "3.0.2", |
57 | | - "denodeify": "1.2.1", |
58 | | - "docma": "1.5.1", |
59 | | - "download-cli": "1.0.1", |
60 | | - "dynamic-public-path-webpack-plugin": "1.0.4", |
61 | | - "escope": "3.2.0", |
62 | | - "eslint": "7.8.1", |
63 | | - "eslint-plugin-import": "2.20.2", |
64 | | - "eslint-plugin-no-only-tests": "2.3.1", |
65 | | - "eslint-plugin-react": "3.3.2", |
66 | | - "expect": "1.20.1", |
67 | | - "file-loader": "2.0.0", |
68 | | - "glob": "7.1.1", |
69 | | - "html-loader": "0.5.1", |
70 | | - "html-webpack-plugin": "4.5.0", |
71 | | - "jsdoc-jsx": "0.1.0", |
72 | | - "karma": "6.4.0", |
73 | | - "karma-chrome-launcher": "3.1.1", |
74 | | - "karma-cli": "2.0.0", |
75 | | - "karma-coverage": "2.2.0", |
76 | | - "karma-coveralls": "2.1.0", |
77 | | - "karma-firefox-launcher": "2.1.2", |
78 | | - "karma-ie-launcher": "1.0.0", |
79 | | - "karma-junit-reporter": "2.0.1", |
80 | | - "karma-mocha": "2.0.1", |
81 | | - "karma-mocha-reporter": "2.2.5", |
82 | | - "karma-sourcemap-loader": "0.3.8", |
83 | | - "karma-webpack": "5.0.0", |
84 | | - "less": "4.1.1", |
85 | | - "less-loader": "8.0.0", |
86 | | - "mini-css-extract-plugin": "1.3.9", |
87 | | - "mkdirp": "0.5.1", |
88 | | - "ncp": "2.0.0", |
89 | | - "parallelshell": "1.2.0", |
90 | | - "postcss": "8.3.5", |
91 | | - "postcss-loader": "6.1.0", |
92 | | - "postcss-prefix-selector": "1.10.0", |
93 | | - "process": "0.11.10", |
94 | | - "progress-bar-webpack-plugin": "1.12.1", |
95 | | - "raw-loader": "0.5.1", |
96 | | - "react-motion": "0.5.0", |
97 | | - "react-transition-group": "1.1.3", |
98 | | - "readline-promise": "1.0.4", |
99 | | - "redux-devtools": "3.4.0", |
100 | | - "redux-devtools-dock-monitor": "1.1.2", |
101 | | - "redux-devtools-log-monitor": "1.3.0", |
102 | | - "redux-immutable-state-invariant": "2.1.0", |
103 | | - "redux-mock-store": "1.2.2", |
104 | | - "rimraf": "2.5.2", |
105 | | - "simple-git": "2.20.1", |
106 | | - "style-loader": "2.0.0", |
107 | | - "url-loader": "0.5.7", |
108 | | - "vusion-webfonts-generator": "0.4.1", |
109 | | - "webpack": "5.9.0", |
110 | | - "webpack-bundle-size-analyzer": "2.0.2", |
111 | | - "webpack-cli": "4.10.0", |
112 | | - "webpack-dev-server": "3.11.0", |
113 | | - "zip-webpack-plugin": "3.0.0" |
114 | | - }, |
115 | | - "dependencies": { |
116 | | - "mapstore2": "file:MapStore2" |
117 | | - }, |
118 | | - "scripts": { |
119 | | - "postinstall": "node MapStore2/utility/build/postInstall.js", |
120 | | - "clean": "rimraf dist", |
121 | | - "compile": "npm run clean && mkdirp ./dist && node --max_old_space_size=2048 ./node_modules/webpack/bin/webpack.js --config prod-webpack.config.js --env.production", |
122 | | - "fe:start": "webpack serve --progress --color --port 8081 --hot --inline --content-base .", |
123 | | - "start": "concurrently -n frontend,backend -c green,blue \"npm:fe:start\" \"npm:be:start\"", |
124 | | - "be:start": "npm run be:build && mvn cargo:run -f ./web/pom.xml", |
125 | | - "be:build": "mvn clean install", |
126 | | - "ext:startapp": "webpack serve --progress --color --port 8081 --hot --inline --content-base . --config build/extension/module.app.webpack.config.js", |
127 | | - "ext:start": "webpack serve --progress --color --port 8082 --hot --inline --config build/extension/webpack.config.js", |
128 | | - "ext:build": "rimraf ./dist && mkdirp ./dist && webpack --progress --color --config build/extension/prod-webpack.config.js", |
129 | | - "test": "karma start ./karma.conf.single-run.js", |
130 | | - "continuoustest": "karma start ./karma.conf.continuous-test.js", |
131 | | - "mvntest": "karma start ./karma.conf.single-run.js --reporters junit,dots,coverage", |
132 | | - "lint": "eslint js --ext .jsx,.js", |
133 | | - "travis": "eslint js --ext .jsx,.js && karma start ./karma.conf.single-run.js --browsers FirefoxHeadless --reporters dots,junit,coverage,coveralls", |
134 | | - "updateDevDeps": "node updateDevDependencies.js" |
135 | | - }, |
136 | | - "author": "GeoSolutions", |
137 | | - "license": "BSD-2-Clause" |
| 10 | + "parserOptions": { |
| 11 | + "babelOptions": { |
| 12 | + "configFile": "./MapStore2/build/babel.config.js" |
| 13 | + } |
| 14 | + } |
| 15 | + }, |
| 16 | + "eslintIgnore": [ |
| 17 | + "web/client/dist/", |
| 18 | + "web/client/test-resources/", |
| 19 | + "web/docs/", |
| 20 | + "web/client/mapstore/docs/" |
| 21 | + ], |
| 22 | + "browserslist": { |
| 23 | + "production": [ |
| 24 | + ">0.5%", |
| 25 | + "not dead", |
| 26 | + "not op_mini all", |
| 27 | + "not IE 11", |
| 28 | + "not UCAndroid 12.12" |
| 29 | + ], |
| 30 | + "development": [ |
| 31 | + "last 1 chrome version", |
| 32 | + "last 1 firefox version", |
| 33 | + "last 1 safari version" |
| 34 | + ] |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@babel/core": "7.8.7", |
| 38 | + "@babel/plugin-proposal-class-properties": "7.8.3", |
| 39 | + "@babel/plugin-syntax-dynamic-import": "7.8.3", |
| 40 | + "@babel/preset-env": "7.8.7", |
| 41 | + "@babel/preset-react": "7.8.3", |
| 42 | + "@babel/runtime": "7.11.2", |
| 43 | + "@geosolutions/acorn-jsx": "4.0.2", |
| 44 | + "@geosolutions/jsdoc": "3.4.4", |
| 45 | + "@geosolutions/mocha": "6.2.1-3", |
| 46 | + "@mapstore/eslint-config-mapstore": "1.0.5", |
| 47 | + "@testing-library/react": "12.1.5", |
| 48 | + "axios-mock-adapter": "1.16.0", |
| 49 | + "babel-loader": "8.0.5", |
| 50 | + "babel-plugin-add-module-exports": "0.1.4", |
| 51 | + "babel-plugin-istanbul": "6.0.0", |
| 52 | + "babel-plugin-object-assign": "1.2.1", |
| 53 | + "babel-plugin-react-transform": "2.0.2", |
| 54 | + "babel-plugin-transform-imports": "2.0.0", |
| 55 | + "copy-webpack-plugin": "5.0.2", |
| 56 | + "css-loader": "5.1.2", |
| 57 | + "css-minimizer-webpack-plugin": "3.0.2", |
| 58 | + "denodeify": "1.2.1", |
| 59 | + "docma": "1.5.1", |
| 60 | + "download-cli": "1.0.1", |
| 61 | + "dynamic-public-path-webpack-plugin": "1.0.4", |
| 62 | + "escope": "3.2.0", |
| 63 | + "eslint": "7.8.1", |
| 64 | + "eslint-plugin-import": "2.20.2", |
| 65 | + "eslint-plugin-no-only-tests": "2.3.1", |
| 66 | + "eslint-plugin-react": "3.3.2", |
| 67 | + "expect": "1.20.1", |
| 68 | + "file-loader": "2.0.0", |
| 69 | + "glob": "7.1.1", |
| 70 | + "html-loader": "2.0.0", |
| 71 | + "html-webpack-plugin": "5.2.0", |
| 72 | + "jsdoc-jsx": "0.1.0", |
| 73 | + "karma": "6.4.0", |
| 74 | + "karma-chrome-launcher": "3.1.1", |
| 75 | + "karma-cli": "2.0.0", |
| 76 | + "karma-coverage": "2.2.0", |
| 77 | + "karma-coveralls": "2.1.0", |
| 78 | + "karma-firefox-launcher": "2.1.2", |
| 79 | + "karma-ie-launcher": "1.0.0", |
| 80 | + "karma-junit-reporter": "2.0.1", |
| 81 | + "karma-mocha": "2.0.1", |
| 82 | + "karma-mocha-reporter": "2.2.5", |
| 83 | + "karma-sourcemap-loader": "0.3.8", |
| 84 | + "karma-webpack": "5.0.0", |
| 85 | + "less": "4.1.1", |
| 86 | + "less-loader": "8.0.0", |
| 87 | + "mini-css-extract-plugin": "1.3.9", |
| 88 | + "mkdirp": "0.5.1", |
| 89 | + "ncp": "2.0.0", |
| 90 | + "parallelshell": "1.2.0", |
| 91 | + "postcss": "8.3.5", |
| 92 | + "postcss-loader": "6.1.0", |
| 93 | + "postcss-prefix-selector": "1.10.0", |
| 94 | + "process": "0.11.10", |
| 95 | + "progress-bar-webpack-plugin": "1.12.1", |
| 96 | + "raw-loader": "0.5.1", |
| 97 | + "react-motion": "0.5.0", |
| 98 | + "react-transition-group": "1.1.3", |
| 99 | + "readline-promise": "1.0.4", |
| 100 | + "redux-devtools": "3.4.0", |
| 101 | + "redux-devtools-dock-monitor": "1.1.2", |
| 102 | + "redux-devtools-log-monitor": "1.3.0", |
| 103 | + "redux-immutable-state-invariant": "2.1.0", |
| 104 | + "redux-mock-store": "1.2.2", |
| 105 | + "rimraf": "2.5.2", |
| 106 | + "simple-git": "2.20.1", |
| 107 | + "style-loader": "2.0.0", |
| 108 | + "terser": "5.18.1", |
| 109 | + "url-loader": "0.5.7", |
| 110 | + "vusion-webfonts-generator": "0.4.1", |
| 111 | + "webpack": "5.54.0", |
| 112 | + "webpack-bundle-size-analyzer": "2.0.2", |
| 113 | + "webpack-cli": "4.10.0", |
| 114 | + "webpack-dev-server": "3.11.0", |
| 115 | + "zip-webpack-plugin": "3.0.0" |
| 116 | +}, |
| 117 | +"dependencies": { |
| 118 | + "mapstore2": "file:MapStore2" |
| 119 | +}, |
| 120 | +"scripts": { |
| 121 | + "postinstall": "node MapStore2/utility/build/postInstall.js", |
| 122 | + "clean": "rimraf dist", |
| 123 | + "compile": "npm run clean && mkdirp ./dist && node --max_old_space_size=2048 ./node_modules/webpack/bin/webpack.js --config prod-webpack.config.js --env.production", |
| 124 | + "fe:start": "webpack serve --progress --color --port 8081 --hot --inline --content-base .", |
| 125 | + "start": "concurrently -n frontend,backend -c green,blue \"npm:fe:start\" \"npm:be:start\"", |
| 126 | + "be:start": "npm run be:build && mvn cargo:run -f ./web/pom.xml", |
| 127 | + "be:build": "mvn clean install", |
| 128 | + "ext:startapp": "webpack serve --progress --color --port 8081 --hot --inline --content-base . --config build/extension/module.app.webpack.config.js", |
| 129 | + "ext:start": "webpack serve --progress --color --port 8082 --hot --inline --config build/extension/webpack.config.js", |
| 130 | + "ext:build": "rimraf ./dist && mkdirp ./dist && webpack --progress --color --config build/extension/prod-webpack.config.js", |
| 131 | + "test": "karma start ./karma.conf.single-run.js", |
| 132 | + "continuoustest": "karma start ./karma.conf.continuous-test.js", |
| 133 | + "mvntest": "karma start ./karma.conf.single-run.js --reporters junit,dots,coverage", |
| 134 | + "lint": "eslint js --ext .jsx,.js", |
| 135 | + "travis": "eslint js --ext .jsx,.js && karma start ./karma.conf.single-run.js --browsers FirefoxHeadless --reporters dots,junit,coverage,coveralls", |
| 136 | + "updateDevDeps": "node updateDevDependencies.js" |
| 137 | +}, |
| 138 | +"author": "GeoSolutions", |
| 139 | +"license": "BSD-2-Clause" |
138 | 140 | } |
0 commit comments