-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 863 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
{
"name": "twitter-profile",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lambdas": "NODE_ENV=development now-we-test serve --port 5000"
},
"author": "Jonathan Navarrete <[email protected]>",
"license": "ISC",
"engines": {
"node": "14.x"
},
"dependencies": {
"link-preview-js": "https://github.com/jonatns/link-preview-js/releases/download/2.2.0/link-preview-js-2.2.0.tgz",
"next": "^11.0.1",
"nookies": "^2.4.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "^0.17.0",
"react-query": "^3.17.2",
"react-switch": "^6.0.0",
"resize-observer-polyfill": "^1.5.1",
"twitter-node-client": "^0.0.6"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.17.0"
}
}