-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
128 lines (128 loc) · 3.6 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
{
"name": "osm-map-ol3",
"version": "0.0.1",
"description": "OpenSeaMap charting framework",
"license": "AGPL-3.0",
"engines": {
"node": "4",
"npm": "3"
},
"homepage": "http://aaxee.github.io/online_chart_ol3",
"repository": "https://github.com/aAXEe/online_chart_ol3",
"bugs": {
"url": "https://github.com/aAXEe/online_chart_ol3/issues"
},
"scripts": {
"deploy": "gulp deploy",
"production": "gulp production",
"gulp": "gulp",
"pretest": "gulp production",
"test": "karma start --single-run",
"prestart": "gulp production",
"start": "gulp server"
},
"dependencies": {
"bootstrap-sass": "^3.3.7",
"fbjs": "^0.8.12",
"intl": "^1.2.5",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"openlayers": "3.20.x",
"parse-authors": "^0.2.4",
"parse-repo": "^1.0.1",
"rc-progress": "^2.1.0",
"react": "^15.5.3",
"react-addons-shallow-compare": "^15.5.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.5.3",
"react-icons": "^2.2.3",
"react-intl": "^2.2.3",
"react-redux": "^5.0.4",
"react-toggle": "~3.0.1",
"redux": "^3.6.0",
"repo-path-parse": "^1.0.1",
"screen-size": "^1.0.0",
"uniloc": "^0.3.0"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-react-intl": "^2.3.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.18.8",
"chai": "^3.5.0",
"compression": "^1.6.2",
"css-loader": "^0.28.0",
"del": "^2.2.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.0",
"eslint-config-standard-jsx": "^4.0.1",
"eslint-config-standard-react": "^4.3.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"estraverse": "^4.2.0",
"express": "^4.15.2",
"glob": "^7.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-changed": "^2.0.0",
"gulp-clean-css": "^3.0.4",
"gulp-concat-css": "^2.3.0",
"gulp-cssimport": "^5.0.0",
"gulp-eslint": "^3.0.1",
"gulp-filesize": "0.0.6",
"gulp-gh-pages": "^0.5.4",
"gulp-htmlmin": "~3.0.0",
"gulp-if": "~2.0.2",
"gulp-imagemin": "^3.2.0",
"gulp-notify": "^3.0.0",
"gulp-nunjucks-render": "^2.2.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-napkin": "^0.1.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-sequence": "^0.4.6",
"gulp-sizereport": "^1.2.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-svgstore": "^6.1.0",
"gulp-uglify": "^2.1.2",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"json-loader": "^0.5.4",
"karma": "^1.6.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon-chai": "^1.3.1",
"karma-webpack": "^2.0.3",
"lodash.compact": "^3.0.1",
"lolex": "^1.6.0",
"merge-stream": "^1.0.1",
"mkdirp": "^0.5.1",
"mocha": "^3.2.0",
"morgan": "^1.8.1",
"node-sass": "^4.5.2",
"object-assign": "^4.1.1",
"open": "0.0.5",
"pretty-hrtime": "~1.0.3",
"raw-loader": "^0.5.1",
"redux-devtools": "^3.3.2",
"require-dir": "^0.3.1",
"sass-loader": "6.0.3",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"style-loader": "^0.16.1",
"through2": "^2.0.3",
"valid-url": "^1.0.9",
"vinyl-source-stream": "~1.1.0",
"webpack": "2.3.3"
}
}