-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "meetup",
"version": "1.0.0",
"description": "udacity course meetup app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.3.0",
"bootstrap": "^3.3.6",
"browserify": "^13.0.1",
"css-loader": "^0.23.1",
"firebase": "^3.0.5",
"firebase-auth": "^0.1.2",
"jquery": "^3.1.0",
"lodash": "^4.13.1",
"moment": "^2.14.1",
"node-sass": "^3.8.0",
"react": "^15.0.2",
"react-dom": "^15.1.0",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"redux": "^3.5.2",
"redux-immutable-state-invariant": "^1.2.3",
"redux-thunk": "^2.1.0",
"require": "^2.4.20",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"watchify": "^3.7.0",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}