-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 1.68 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
{
"name": "filter-bar-utils",
"version": "1.0.2",
"description": "Utility package for handling application specific filter events.",
"main": "dist/filter_bar_utils_bundle.js",
"author": "",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/StormUIComponents/filter-bar-utils.git"
},
"files": [
"dist/",
"src/",
"index.js",
"package.json",
"LICENSE",
"README.MD"
],
"dependencies": {
"core-js": "^2.4.0",
"es6-promise": "^3.2.1",
"lodash": "^4.17.4",
"moment": "^2.13.0",
"moment-timezone": "^0.5.5",
"node-fetch": "^1.5.3"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^3.1.1",
"eslint-loader": "^1.3.0",
"eslint-plugin-import": "^0.8.1",
"eslint-plugin-react": "^3.14.0",
"expect": "^1.20.1",
"express": "^4.13.3",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.1",
"gulp-helpers": "^5.0.0",
"gulp-jsx-coverage": "^0.3.8",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"jasmine-core": "^2.8.0",
"jshint": "^2.9.5",
"json-loader": "^0.5.4",
"prompt": "^0.2.14",
"source-map-loader": "^0.1.5",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^1.13.1",
"webpack-bundle-analyzer": "^3.0.3",
"webpack-dev-server": "^1.14.1"
},
"scripts": {
"prepublish": "npm run build",
"build": "webpack",
"startDev": "webpack-dev-server --config webpack.devConfig.js"
},
"engines": {
"node": ">=5.1",
"npm": ">=3.3"
}
}