-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1020 Bytes
/
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
{
"name": "whatstrending",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.18.0",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"moment": "^2.17.1",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.5.0",
"react-hot-loader": "^1.3.1",
"react-icons": "^2.2.3",
"react-redux": "^5.0.5",
"react-router": "^3.0.1",
"redux": "^3.7.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"css-loader": "^0.28.3",
"json-loader": "^0.5.4",
"style-loader": "^0.18.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.4.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server"
},
"author": "",
"license": "ISC"
}