-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.18 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
{
"name": "react-todo",
"version": "0.0.22",
"description": "",
"main": "lib/index.js",
"files": [
"lib",
"dist",
"src"
],
"scripts": {
"build": "webpack",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vutran/react-todo.git"
},
"keywords": [
"react",
"todo"
],
"author": "Vu Tran",
"license": "MIT",
"bugs": {
"url": "https://github.com/vutran/react-todo/issues"
},
"homepage": "https://github.com/vutran/react-todo#readme",
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"node-sass": "^3.4.2",
"react-redux": "^4.0.1",
"redux-devtools": "^3.0.0",
"redux-devtools-dock-monitor": "^1.0.1",
"redux-devtools-log-monitor": "^1.0.1",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
},
"peerDependencies": {
"react": "^0.14.3",
"redux": "^3.0.5"
},
"dependencies": {}
}