-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 848 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": "now-mobile-landing",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next",
"build": "next build",
"export": "npm run build && next export -o now-mobile-landing",
"lint": "zeit-eslint --ext .jsx,.js ."
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@fivepointseven/eslint-config": "^1.0.1",
"@zeit/eslint-config-node": "^0.3.0",
"babel-eslint": "^8.2.6",
"eslint": "^5.2.0",
"eslint-plugin-flowtype": "^2.50.0"
},
"eslintConfig": {
"extends": [
"@fivepointseven/eslint-config"
]
},
"dependencies": {
"next": "^6.1.1",
"nuka-carousel": "^4.3.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-ionicons": "^2.1.6"
}
}