-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "aviasales",
"version": "0.1.0",
"private": true,
"homepage": "https://tchernyavskyreact.github.io/aviasales",
"dependencies": {
"date-fns": "^1.29.0",
"final-form": "^4.6.1",
"flexboxgrid2": "^7.2.1",
"gh-pages": "^1.1.0",
"normalize.css": "^8.0.0",
"now": "^11.1.13",
"package": "^1.0.1",
"rc-slider": "^8.6.1",
"react": "^16.3.2",
"react-autosuggest": "^9.3.4",
"react-click-outside": "^3.0.1",
"react-day-picker": "^7.1.9",
"react-dom": "^16.3.2",
"react-final-form": "^3.4.2",
"react-helmet": "^5.2.0",
"react-onclickoutside": "^6.7.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"styled-components": "^3.2.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "react-scripts build && gh-pages -d build",
"now": "micro"
},
"devDependencies": {
"prettier": "1.12.1",
"micro": "latest"
}
}