forked from paulstatezny/decisive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.08 KB
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
{
"name": "decisive",
"version": "0.1.0",
"description": "The elegant, free Eisenhower Matrix app",
"author": "Paul Statezny",
"bugs": {
"url": "https://github.com/paulstatezny/decisive/issues"
},
"scripts": {
"build": "rm -rf ./build && webpack",
"build_production" : "./build_production.sh",
"start": "rm -rf ./build && webpack && node dev-server",
"publish": "./publish.sh"
},
"homepage": "https://github.com/paulstatezny/decisive",
"dependencies": {
"css-loader": "^0.12.0",
"file-loader": "^0.8.1",
"fluxxor": "^1.5.3",
"html-webpack-plugin": "^1.3.0",
"jshint": "^2.7.0",
"jshint-loader": "^0.8.3",
"jsx-loader": "^0.13.2",
"jsxhint-loader": "^0.2.0",
"lodash": "^3.8.0",
"react": "^0.13.2",
"react-hot-loader": "^1.2.5",
"react-router": "^0.13.3",
"request": "^2.55.0",
"store": "^1.3.17",
"style-loader": "^0.12.0",
"underscore": "^1.8.3",
"webpack": "^1.8.10",
"webpack-dev-server": "^1.8.2"
},
"devDependencies": {
"babel-core": "^5.4.3",
"babel-loader": "^5.1.2"
}
}