-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.28 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
{
"name": "hb-final-project",
"version": "1.0.0",
"description": "Final project for Hackbright Academy Ada June 2017 cohort",
"main": "index.js",
"dependencies": {
"animate.css": "^3.5.2",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"classnames": "^2.2.5",
"css-loader": "^0.28.3",
"extract-text-webpack-plugin": "^2.1.0",
"minireset.css": "0.0.3",
"moment": "^2.18.1",
"normalize.css": "^7.0.0",
"react": "^15.5.4",
"react-autocomplete": "^1.5.6",
"react-dom": "^15.5.4",
"react-redux": "^5.0.5",
"react-transition-group": "^1.1.3",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"style-loader": "^0.18.1",
"webpack": "^2.6.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sloloris/hb-final-project.git"
},
"author": "Isabelle Miller",
"license": "ISC",
"bugs": {
"url": "https://github.com/sloloris/hb-final-project/issues"
},
"homepage": "https://github.com/sloloris/hb-final-project#readme"
}