-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "bigcommerce-custom-fields-hierarchy",
"version": "0.2.2",
"description": "Utility module for formatting hierarchically constructed custom fields data.",
"main": "index.js",
"scripts": {
"build": "grunt webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:brandlabs/bigcommerce-custom-fields-hierarchy.git"
},
"author": "Brand Labs",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-dynamic-import-webpack": "^1.0.2",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"eslint-config-airbnb-base": "^13.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-utils": ">=1.4.1",
"grunt": "^1.0.3",
"grunt-eslint": "^21.0.0",
"grunt-sass-lint": "^0.2.4",
"grunt-webpack": "^3.1.2",
"lodash": ">=4.17.13",
"mixin-deep": ">=1.3.2",
"set-value": ">=2.0.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.2",
"js-yaml": ">=3.13.1"
}
}