-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 736 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 736 Bytes
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
{
"name": "challenge-data-table",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "budo index.js -l -- -t sheetify/transform -t [ babelify --presets [ react es2015 ] ]",
"standard": "standard"
},
"keywords": [],
"author": "David Guttman <david@guttman.io> (http://davidguttman.com/)",
"license": "MIT",
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"create-react-class": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-pivot": "^3.0.0",
"sheetify": "^6.1.0",
"wildemitter": "^1.2.0"
},
"devDependencies": {
"budo": "^10.0.4",
"standard": "^10.0.2"
}
}