forked from nkiateam/react-qtip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "react-qtip",
"version": "1.0.9",
"description": "",
"main": "./lib/index.js",
"scripts": {
"prepublish": "rimraf lib && babel ./src -d lib --copy-files",
"example": "webpack-dev-server",
"doc": "styleguidist server",
"doc:build": "styleguidist build"
},
"dependencies": {
"jquery": "^3.2.1",
"prop-types": "^15.6.0",
"qtip2": "^3.0.3",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.23.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.3.0",
"react-hot-loader": "^3.0.0-beta.7",
"react-router-dom": "^4.2.2",
"react-styleguidist": "^6.0.32",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"keywords": [
"React",
"Qtip"
],
"author": "NKIA",
"license": "MIT"
}