-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.18 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
{
"name": "shape-collection",
"version": "0.0.4",
"description": "Utility for manipulating data in arrays of objects",
"main": "input.js",
"scripts": {
"server": "python -m http.server",
"start": "webpack --config webpack-dev.config --watch",
"dist": "webpack --config webpack-prod.config.js -p"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.4",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.3.1",
"eslint": "^4.11.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-plugin-compat": "^2.4.0",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-flowtype-errors": "^3.3.6",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.3.2",
"eslint-plugin-promise": "^3.6.0",
"extract-text-webpack-plugin": "^3.0.2",
"strip-loader": "^0.1.2",
"webpack": "^3.10.0",
"webpack-livereload-plugin": "^1.2.0"
},
"keywords": [
"array",
"reduce-array",
"sort-array",
"order-array",
"filter-array"
],
"author": "Neven Dyulgerov",
"license": "MIT",
"dependencies": {}
}