-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 935 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
{
"name": "11-frontend",
"version": "1.2.1",
"main": "index.js",
"repository": "https://github.com/wipcamp/11-frontend.git",
"author": "Unknows <[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"dayjs": "^1.7.8",
"eslint": "^5.12.0",
"next": "^7.0.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-facebook": "^6.0.15",
"react-facebook-login": "^4.1.1",
"react-page-scroller": "^1.4.3",
"react-scroll": "^1.7.10",
"reactstrap": "^7.0.2",
"styled-components": "^4.1.3"
},
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}