-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·90 lines (90 loc) · 2.53 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
{
"name": "cartoview_react_styler",
"version": "1.1.0",
"description": "React library for styling WMS layers with cartoview Edit",
"main": "index.js",
"scripts": {
"build": "webpack",
"dev": "webpack --watch --config webpack-dev.config.js",
"lint": "jshint .",
"validate": "npm ls"
},
"repository": {
"type": "git",
"url": "git@github.com/cartologic/cartoview_react_styler.git"
},
"keywords": [
"react",
"styles",
"cartoview",
"thematic",
"WMS",
"Geoserver"
],
"author": "cartologic <cartoview@cartologic.com> (http://cartologic.com/)",
"license": "BSD-2",
"bugs": {
"url": "https://github.com/cartologic/cartoview_react_styler/issues"
},
"homepage": "https://github.com/cartologic/cartoview_react_styler",
"dependencies": {
"cartocolor": "^4.0.0",
"classnames": "^2.2.5",
"rc-color-picker": "^1.1.4",
"rc-util": "^2.0.2",
"react": "^15.3.2",
"react-addons-css-transition-group": "^15.5.2",
"react-addons-transition-group": "^15.5.2",
"react-dom": "^15.3.2",
"react-fontawesome": "^1.5.0",
"react-modal": "^2.2.2",
"react-select": "^1.0.0-rc.5",
"react-toggle-switch": "^2.1.4",
"reactstrap": "^4.5.0",
"tcomb-form": "^0.9.16"
},
"peerDependencies": {
"react": "^0.14.3 || ^15.0.0",
"react-dom": "^0.14.3 || ^15.0.0"
},
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-core": "^6.x",
"babel-eslint": "^7.1.1",
"babel-jest": "^18.0.0",
"babel-loader": "^6.x",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-react-constant-elements": "^6.5.0",
"babel-plugin-transform-react-inline-elements": "^6.6.5",
"babel-plugin-typecheck": "^3.6.1",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.26.1",
"ejs": "^2.4.1",
"eslint": "^3.11.1",
"eslint-plugin-react": "^6.8.0",
"exports-loader": "^0.6.3",
"flow-bin": "^0.39.0",
"fs": "0.0.1-security",
"imports-loader": "^0.7.0",
"jest-cli": "^18.0.0",
"jsxhint": "^0.15.1",
"lodash": "^4.3.0",
"pre-commit": "^1.1.2",
"precommit-hook": "^3.0.0",
"raw-loader": "^0.5.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-hot-loader": "^1.3.0",
"react-transform-hmr": "^1.0.2",
"style-loader": "^0.13.0",
"valiquire": "^0.3.0",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"pre-commit": []
}