This repository was archived by the owner on Nov 6, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
55 lines (55 loc) · 1.48 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
47
48
49
50
51
52
53
54
55
{
"name": "10-frontend",
"scripts": {
"dev": "next",
"build": "next build",
"start": "node server.js"
},
"dependencies": {
"animate-css-styled-components": "0.0.20",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.5.0",
"bootstrap": "^4.0.0-beta.2",
"can-use-dom": "^0.1.0",
"enquire.js": "^2.1.6",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-config-standard-react": "^5.0.0",
"express": "^4.16.2",
"firebase": "5.0.4",
"firebase-admin": "5.9.1",
"install": "^0.10.2",
"json2mq": "^0.2.0",
"md5": "^2.2.1",
"moment": "^2.20.1",
"next": "^5.0.0",
"next.js": "^1.0.3",
"npm": "^5.6.0",
"react": "^16.2.0",
"react-bootstrap": "^0.31.5",
"react-burger-menu": "^2.2.3",
"react-dom": "^16.2.0",
"react-flip-move": "^3.0.2",
"react-router": "^4.2.0",
"react-scroll": "^1.7.6",
"react-slick": "^0.23.1",
"react-timeout": "^1.0.1",
"recompose": "^0.26.0",
"slick-carousel": "^1.8.1",
"styled-components": "^2.4.0"
},
"version": "1.0.0",
"main": "index.js",
"repository": "git+https://github.com/wipcamp/10-frontend.git",
"author": "mild20091931 <mild20091931@gmail.com>",
"license": "MIT",
"description": "",
"bugs": {
"url": "https://github.com/wipcamp/10-frontend/issues"
},
"homepage": "https://github.com/wipcamp/10-frontend#readme",
"devDependencies": {
"eslint": "^4.16.0",
"eslint-plugin-react": "^7.5.1"
},
"keywords": []
}