forked from geostyler/geostyler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.45 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "geostyler",
"version": "4.5.0",
"description": "Framework for styling geodata",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"browser"
],
"repository": {
"type": "git",
"url": "git+https://github.com/geostyler/geostyler.git"
},
"keywords": [
"geo",
"styler",
"geostyler"
],
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/geostyler/geostyler/issues"
},
"browserslist": [
">1%",
"last 4 versions",
"Firefox ESR",
"not ie < 9"
],
"homepage": "https://github.com/geostyler/geostyler",
"scripts": {
"build": "npm run build:dist && npm run build:browser && npm run build:styleguide",
"build:dist": "tsc -p ./ && copyfiles \"./src/**/*.less\" dist --up 1 && node transform-less.js",
"build:styleguide": "styleguidist build",
"build:browser": "webpack --config browser-build.config.js",
"lint": "tslint --project tsconfig.json --config tslint.json && tsc --noEmit --project tsconfig.json",
"lint:prod": "tslint --project tsconfig.json --config tslint.prod.json && tsc --noEmit --project tsconfig.json",
"pretest": "npm run lint:prod",
"prebuild": "rimraf dist/** && rimraf build/**",
"prepublishOnly": "npm run build",
"release": "np --no-yarn && git push https://github.com/geostyler/geostyler.git master",
"styleguide": "styleguidist server",
"start:dev": "webpack --mode=development --watch --config dev-build.config.js",
"test": "jest --coverage",
"test:ci": "jest --ci --coverage",
"test:watch": "jest --watchAll"
},
"dependencies": {
"@babel/polyfill": "^7.10.1",
"@types/chroma-js": "^2.0.0",
"@types/codemirror": "^0.0.96",
"@types/color": "^3.0.0",
"@types/file-saver": "^2.0.1",
"@types/geojson": "^7946.0.7",
"@types/lodash": "^4.14.155",
"@types/react": "^16.9.38",
"@types/react-color": "^3.0.2",
"@types/react-dom": "^16.9.8",
"@ungap/url-search-params": "^0.2.0",
"blob": "^0.1.0",
"chroma-js": "^2.0.3",
"codemirror": "^5.54.0",
"color": "^3.1.2",
"csstype": "^2.6.10",
"file-saver": "^2.0.2",
"geostyler-cql-parser": "^1.0.0",
"geostyler-data": "^1.0.0",
"geostyler-geojson-parser": "^1.0.1",
"geostyler-openlayers-parser": "^2.0.0",
"geostyler-sld-parser": "^2.0.1",
"geostyler-style": "^2.0.3",
"geostyler-wfs-parser": "^1.0.1",
"lodash": "^4.17.15",
"moment": "^2.26.0",
"react-codemirror2": "^7.2.1",
"react-color": "^2.18.1",
"react-rnd": "^10.1.10"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"@babel/preset-typescript": "^7.10.1",
"@types/enzyme": "^3.10.5",
"@types/jest": "^25.2.1",
"@types/jest-diff": "^24.3.0",
"@types/node": "^12.12.38",
"acorn": "^7.3.1",
"antd": "^3.26.16",
"autoprefixer": "^9.7.6",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"canvas": "^2.5.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"copyfiles": "^2.3.0",
"coveralls": "^3.1.0",
"css-loader": "^3.6.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"file-loader": "^6.0.0",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^26.0.1",
"jest-canvas-mock": "^2.2.0",
"less": "^3.11.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"np": "^6.2.4",
"ol": "^6.3.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"react": "^16.13.1",
"react-docgen-typescript": "^1.17.1",
"react-dom": "^16.13.1",
"react-styleguidist": "^10.6.2",
"readdirp": "^3.4.0",
"replace-in-file": "^5.0.2",
"rimraf": "^3.0.2",
"source-map-loader": "^0.2.4",
"style-loader": "^1.2.1",
"terser-webpack-plugin": "^2.3.7",
"ts-loader": "^6.2.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslint": "^5.16.0",
"typescript": "^3.9.5",
"url-loader": "^3.0.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"whatwg-fetch": "^3.0.0"
},
"peerDependencies": {
"antd": "3.x",
"ol": "6.x",
"react": "16.x",
"react-dom": "16.x"
}
}