-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
41
42
43
44
{
"name": "react-kanban",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-session": "^1.14.0",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-router": "^2.7.0",
"sequelize": "^3.24.0"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-eslint": "^6.1.2",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"eslint": "^3.3.1",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-install": "^0.6.0",
"gulp-sass": "^2.3.2",
"webpack": "^1.13.2"
},
"scripts": {
"dev": "npm run build -- --watch",
"build": "babel src --out-dir public/js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ynikki/react-kanban.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ynikki/react-kanban/issues"
},
"homepage": "https://github.com/ynikki/react-kanban#readme"
}