-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.19 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
{
"name": "flighthound",
"version": "1.0.0",
"description": "Alert when price of a flight drops below a certain point",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack --config webpack.config.js --watch"
},
"keywords": [
"react",
"django",
"rest",
"api"
],
"author": "Jonathan Cox",
"license": "ISC",
"dependencies": {
"babel-core": "^6.6.5",
"babel-loader": "^6.2.4",
"babel-preset-es2016": "^6.0.6",
"babel-preset-react": "^6.5.0",
"babel-runtime": "^6.6.1",
"bootstrap": "^3.3.6",
"bootstrap-webpack": "0.0.5",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"exports-loader": "^0.6.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"imports-loader": "^0.6.5",
"jquery": "^2.2.1",
"less": "^2.6.1",
"less-loader": "^2.2.2",
"moment": "^2.12.0",
"react": "^0.14.7",
"react-datepicker": "^0.24.0",
"react-dom": "^0.14.7",
"react-input-autosize": "^0.6.9",
"react-router": "^2.0.1",
"react-select": "^1.0.0-beta1",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14"
}
}