-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "silverstripe-sliderfield",
"version": "2.0.0",
"description": "Simple slider field for Silverstripe",
"scripts": {
"build": "yarn && NODE_ENV=production webpack -p --bail --progress",
"watch": "yarn && NODE_ENV=development webpack --watch --progress",
"css": "WEBPACK_CHILD=css npm run build",
"lint": "eslint client/src; sass-lint -v"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tractorcow/silverstripe-sliderfield.git"
},
"keywords": [
"silverstripe",
"slider",
"jqueryui"
],
"author": "Damian Mooyman",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/tractorcow/silverstripe-sliderfield/issues"
},
"homepage": "https://github.com/dnadesign/silverstripe-elemental#readme",
"dependencies": {
"jquery": "^3.5.0"
},
"devDependencies": {
"@silverstripe/webpack-config": "^0.5.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "4.0.0-beta",
"css-loader": "^0.28.1",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^12.0.0",
"eslint-loader": "^1.7.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"webpack": "^2.6.1"
},
"engines": {
"node": "^9.x"
}
}