This repository has been archived by the owner on Feb 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
118 lines (118 loc) · 3.99 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
{
"name": "widget-editor",
"version": "1.4.6",
"description": "Widget editor used in Resource Watch and PReP",
"main": "dist/bundle.js",
"module": "dist/bundle.js",
"files": [
"dist/"
],
"repository": "git@github.com:resource-watch/widget-editor.git",
"author": "Clément Prod'homme <clement.prodhomme@vizzuality.com>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^7.2.3",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^0.1.17",
"clear": "^0.1.0",
"clui": "^0.3.6",
"copy": "^0.3.1",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"eslint": "^4.11.0",
"eslint-config-vizzuality": "^1.0.7",
"eslint-import-resolver-babel-module": "^4.0.0-beta.3",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"esm": "^3.2.22",
"esri-leaflet": "^2.1.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-webpack-plugin": "^2.30.1",
"inquirer": "^6.3.1",
"leaflet": "^1.4.0",
"node-fetch": "^2.5.0",
"node-sass": "^4.7.2",
"path": "^0.12.7",
"postcss": "^6.0.14",
"postcss-cli": "^4.1.1",
"postcss-loader": "^2.0.8",
"prop-types": "^15.6.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.6",
"redux": "^3.0.0",
"redux-thunk": "^2.2.0",
"rimraf": "^2.6.2",
"rollup": "^0.52.1",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-filesize": "^1.5.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"uglifyjs-webpack-plugin": "^1.1.0",
"vega": "^3.2.1",
"vega-lib": "^4.4.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.4",
"webpack-merge": "^4.1.1"
},
"scripts": {
"start": "NODE_ENV=development webpack-dev-server --open --config webpack.test.js",
"prebuild": "rimraf dist/*",
"build:images": "copy src/images/**/* dist/images",
"prebuild:css": "node-sass src/css/index.scss dist/styles.css",
"build:css": "postcss --use autoprefixer < dist/styles.css | postcss --use cssnano > dist/styles.min.css",
"build:js": "rollup -c rollup.config.js",
"watch:js": "rollup -c rollup.config.js --watch",
"build": "export NODE_ENV=production && $npm_execpath run build:images && $npm_execpath run build:css && $npm_execpath run build:js",
"watch": "export NODE_ENV=development && $npm_execpath run build:images && $npm_execpath run build:css && $npm_execpath run watch:js",
"prepublish": "$npm_execpath run build",
"migrate": "./migrations/cli/index.js"
},
"dependencies": {
"autobind-decorator": "^2.1.0",
"babel-runtime": "^6.26.0",
"classnames": "^2.2.5",
"d3-format": "^1.2.1",
"d3-time-format": "^2.1.1",
"lodash": "^4.17.4",
"peer-deps-externals-webpack-plugin": "^1.0.2",
"rc-slider": "^8.4.0",
"react-dnd": "^2.5.4",
"react-dnd-html5-backend": "^2.5.4",
"react-dropzone": "^4.2.3",
"react-flatpickr": "^3.6.4",
"react-input-autosize": "^2.0.1",
"react-redux": "^5.0.6",
"react-redux-toastr": "^7.1.6",
"react-select": "1.3.0",
"react-sortable-hoc": "^0.6.8",
"react-tether": "^0.6.0",
"toastr": "^2.1.2",
"vega-tooltip": "^0.5.1",
"vizzuality-components": "^1.0.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^ 16.0.0",
"react-dom": "^15.3.0 || ^ 16.0.0",
"react-redux": "^5.0.6",
"redux": "^3.0.0 || ^4.0.0-0",
"redux-thunk": "^2.2.0",
"vega": "^3.1.0",
"vega-lib": "^4.4.0"
}
}