forked from SmoofCreative/kasban
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.05 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "kasban",
"version": "0.1.0",
"description": "Kanban board for Asana",
"main": "main.js",
"scripts": {
"prodbuild": "npm rebuild node-sass && webpack --config ./webpack.config.js --progress --colors",
"stagingbuild": "npm rebuild node-sass && webpack --config ./webpack.config.js --progress --colors",
"start": "node server.js",
"test": "CLIENT_ID=1337 babel-tape-runner tests/**/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SmoofCreative/kasban.git"
},
"keywords": [
"asana",
"kanban"
],
"author": "Smoof",
"license": "ISC",
"bugs": {
"url": "https://github.com/SmoofCreative/kasban/issues"
},
"homepage": "https://github.com/SmoofCreative/kasban#readme",
"dependencies": {
"asana": "^0.14.1",
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"bluebird": "^3.3.4",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"debounce-promise": "^1.1.0",
"eslint-loader": "^1.3.0",
"eslint-plugin-react": "^4.0.0",
"express": "^4.13.4",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"json-loader": "^0.5.4",
"less": "^2.6.1",
"less-loader": "^2.2.3",
"lodash": "^4.5.1",
"moment": "^2.12.0",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.1",
"purecss": "^0.6.0",
"querystringify": "0.0.3",
"react": "^0.14.8",
"react-dnd": "^2.1.2",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^0.14.7",
"react-ga": "^1.3.3",
"react-redux": "^4.4.0",
"redux": "^3.3.1",
"redux-logger": "^2.6.0",
"redux-thunk": "^1.0.3",
"rucksack-css": "^0.8.5",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"uuid": "^2.0.1",
"webpack": "^1.12.13"
},
"devDependencies": {
"babel-tape-runner": "^2.0.0",
"eslint": "^2.2.0",
"surge": "^0.17.7",
"tape": "^4.4.0",
"webpack-dev-server": "^1.14.1"
}
}