-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 968 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
38
39
40
41
{
"dependencies": {
"fixed-data-table": "^0.1.2",
"jsx-loader": "^0.13.1",
"lodash.range": "^3.0.0",
"pikaday": "^1.3.2",
"react": "^0.13.1",
"react-tools": "^0.13.2"
},
"devDependencies": {
"babel-core": "^5.1.13",
"babel-loader": "^5.0.0",
"eslint": "^0.20.0",
"eslint-loader": "^0.11.1",
"eslint-plugin-react": "^2.2.0",
"jasmine": "^2.2.1",
"jshint": "^2.7.0",
"jshint-loader": "^0.8.3",
"webpack": "^1.8.10"
},
"name": "react-book-sample",
"version": "1.0.0",
"description": "Book sample code",
"main": "index.js",
"scripts": {
"build": "webpack -d"
},
"repository": {
"type": "git",
"url": "https://github.com/ludovicofischer/react-book"
},
"keywords": [
"yeoman-generator"
],
"author": "Ludovico Fischer",
"license": "MIT",
"bugs": {
"url": "https://github.com/ludovicofischer/react-book/issues"
},
"homepage": "http://ludovf.net/reactbook"
}