forked from sussol/sussol-react-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.69 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
{
"author": {
"name": "Sustainable Solutions (NZ) Ltd.",
"email": "[email protected]"
},
"name": "sussol-react-table",
"main": "lib/index.js",
"version": "0.1.6",
"license": "MIT",
"description": "A Sussol themed wrapper and simple API for the blueprintjs table component",
"repository": {
"type": "git",
"url": "https://github.com/sussol/sussol-react-table.git"
},
"url": "http://github.com/sussol/sussol-react-table",
"homepage": "http://sussol.net",
"scripts": {
"build": "babel --presets stage-0,es2015 src --out-dir lib",
"prepublish": "npm run build",
"test": "jest"
},
"jest": {
"verbose": true,
"testEnvironment": "node"
},
"dependencies": {
"@blueprintjs/core": "^1.25.1",
"@blueprintjs/table": "^1.21.0",
"babel-polyfill": "^6.13.0",
"exports-loader": "^0.6.3",
"imports-loader": "^0.6.5",
"material-ui": "^0.16.7",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.6.1",
"react-loader": "^2.2.0",
"react-tap-event-plugin": "^2.0.1"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-core": "^6.6.5",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "^2.7.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-plugin-jsx-a11y": "^0.6.2",
"eslint-plugin-react": "^4.3.0",
"file-loader": "^0.9.0",
"jest": "^18.1.0",
"react-hot-loader": "^1.3.0",
"source-map-loader": "^0.1.5",
"webpack": "^1.12.14",
"webpack-dev-server": "1.14.1"
}
}