-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "react-controlled-date-input",
"version": "1.1.0",
"description": "React date input",
"main": "build/src/DateInput.js",
"scripts": {
"start": "node server.js",
"build": "node node_modules/typescript/bin/tsc",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/ransanjeev/react-date-input.git"
},
"keywords": [
"react",
"reactjs",
"read-date",
"controlled",
"date",
"input"
],
"author": "Sanjeev Rana (http://github.com/ransanjeev)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ransanjeev/react-date-input.git/issues"
},
"homepage": "https://github.com/ransanjeev/react-date-input.git",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"eslint-plugin-react": "^3.6.2",
"jasmine": "^2.4.1",
"jasmine-core": "^2.4.1",
"jasmine-expect-jsx": "^1.0.3",
"react-addons-test-utils": "^0.14.7",
"react-hot-loader": "^1.3.0",
"typescript": "1.7.5",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"react": "^0.14.0",
"react-dom": "^0.14.0"
}
}