-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.54 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
{
"name": "fund-freedom",
"version": "1.0.0",
"description": "A tool to combat wealth-based jailing through real-time visualization and donation",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thefishter/fund-freedom.git"
},
"author": "thefishter",
"license": "ISC",
"bugs": {
"url": "https://github.com/thefishter/fund-freedom/issues"
},
"homepage": "https://github.com/thefishter/fund-freedom#readme",
"dependencies": {
"axios": "^0.15.2",
"babel-preset-stage-2": "^6.18.0",
"bcryptjs": "^2.4.0",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"chai": "^3.5.0",
"chai-enzyme": "^0.5.2",
"chalk": "^1.1.3",
"check-node-version": "^1.1.2",
"concurrently": "^3.1.0",
"cookie-session": "^2.0.0-alpha.1",
"enzyme": "^2.5.1",
"express": "^4.14.0",
"finalhandler": "^1.0.0",
"homedir": "^0.6.0",
"nodemailer": "^4.0.1",
"pg": "^6.1.0",
"pretty-error": "^2.0.2",
"react": "^15.5.4",
"react-bootstrap": "^0.31.0",
"react-dom": "^15.5.4",
"react-redux": "^4.4.5",
"react-router": "^3.0.0",
"react-router-bootstrap": "^0.23.3",
"react-slider": "^0.7.0",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.0",
"redux-logger": "^2.7.0",
"redux-thunk": "^2.1.0",
"soda-js": "^0.2.3"
},
"devDependencies": {
"react-scripts": "0.9.5"
}
}