-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 950 Bytes
/
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
{
"author": "Douglas Drouillard",
"name": "react-sleek-table",
"version": "1.0.4",
"keywords": [
"react",
"react-component",
"table",
"sortable"
],
"description": "sleek table component in React.js",
"main": "index.js",
"scripts": {
"prepublish": "node_modules/.bin/babel src --out-dir js",
"build": "node_modules/.bin/babel src --out-dir js"
},
"repository": {
"type": "git",
"url": "git://github.com/drouillard/react-sleek-table"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2"
}
}