-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
82 lines (82 loc) · 2.33 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
{
"name": "wrunner",
"version": "1.13.12",
"description": "A slider plugin.",
"homepage": "https://github.com/whiteGloom/wRunner",
"main": "./prod/wrunner-native.js",
"scripts": {
"build": "webpack",
"build-watch": "webpack --watch",
"build-live": "webpack-dev-server",
"test": "babel-node spec/run.js",
"coverage": "nyc npm run test",
"lint": "eslint src",
"lint-fix": "eslint --fix src",
"updBranches": "babel-node updateBranches.js"
},
"_moduleAliases": {
"@Helper": "./src/Helper/Helper.js",
"@event": "./src/event.js",
"@wrunner-native": "./src/wrunner-native",
"@wrunner-jq": "./src/wrunner-jquery"
},
"author": "whiteGloom <[email protected]> (https://github.com/whiteGloom)",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.6.2",
"@babel/core": "^7.2.2",
"@babel/node": "^7.6.2",
"@babel/plugin-proposal-decorators": "^7.7.4",
"@babel/preset-env": "^7.2.3",
"autobind-decorator": "^2.4.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^3.0.1",
"gh-pages": "^2.1.1",
"html-beautify-webpack-plugin": "^1.0.5",
"html-webpack-plugin": "^3.2.0",
"jasmine": "^3.4.0",
"jsdom": "^15.1.1",
"mini-css-extract-plugin": "^0.5.0",
"module-alias": "^2.2.2",
"pug": "^2.0.3",
"pug-loader": "^2.4.0",
"remove-service-outputs-plugin": "github:whiteGloom/remove-service-outputs-plugin#v0.1.4",
"style-loader": "^0.23.1",
"stylus": "^0.54.5",
"stylus-relative-loader": "^4.0.0",
"webpack": "^4.28.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.8.1",
"webpack-merge": "^4.2.1"
},
"dependencies": {
"jquery": "^3.4.1",
"nyc": "^15.0.0"
},
"contributors": [
"whiteGloom <[email protected]> (https://github.com/whiteGloom)"
],
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whiteGloom/wRunner.git"
},
"keywords": [
"slider",
"js",
"jquery"
],
"bugs": {
"url": "https://github.com/whiteGloom/wRunner/issues"
}
}