-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.92 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
{
"name": "SharePlan",
"version": "1.0.0",
"description": "[![Join the chat at https://gitter.im/Virginie-T/SharePlan](https://badges.gitter.im/Virginie-T/SharePlan.svg)](https://gitter.im/Virginie-T/SharePlan?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)",
"main": "index.js",
"scripts": {
"test": "tape src/test/*.js",
"dev": "webpack-dev-server --hot --inline --content-base public/",
"watch": "webpack --watch --progress",
"start": "node ./backend/lib/index.js",
"startmon": "nodemon ./backend/lib/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FAC7/SharePlan.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/FAC7/SharePlan/issues"
},
"homepage": "https://github.com/FAC7/SharePlan#readme",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "^2.10.2",
"eslint-plugin-react": "^5.1.1",
"nodemon": "^1.9.2",
"path": "^0.12.7",
"react-addons-test-utils": "^15.0.2",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"tape": "^4.5.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"dependencies": {
"axios": "^0.11.1",
"bcryptjs": "^2.3.0",
"classnames": "^2.2.5",
"env2": "^2.0.8",
"flexboxgrid": "^6.3.0",
"hapi": "^13.4.0",
"inert": "^4.0.0",
"joi": "^8.4.1",
"jsonwebtoken": "^7.0.0",
"node-sass": "^3.7.0",
"pg": "^4.5.5",
"react": "^15.0.2",
"react-bootstrap": "^0.29.4",
"react-cookie": "^0.4.6",
"react-dom": "^15.0.2",
"react-router": "^2.4.0",
"react-tap-event-plugin": "^1.0.0",
"redux": "^3.5.2",
"sinon": "^1.17.4"
}
}