-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "og-image-egghead",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"engines": {
"node": "12.x"
},
"dependencies": {
"@babel/cli": "^7.8.0",
"@babel/core": "^7.8.0",
"@babel/node": "^7.8.0",
"@babel/plugin-proposal-class-properties": "^7.8.0",
"@babel/plugin-transform-react-jsx": "^7.8.0",
"@babel/plugin-transform-runtime": "^7.8.0",
"@babel/preset-env": "^7.8.0",
"@babel/preset-react": "^7.8.0",
"@babel/runtime": "^7.8.0",
"@emotion/babel-preset-css-prop": "^10.0.27",
"@emotion/core": "^10.0.27",
"axios": "^0.19.1",
"babel-plugin-emotion": "^10.0.27",
"chrome-aws-lambda": "^3.1.1",
"core-js": "2",
"dotenv": "^8.2.0",
"emotion": "^10.0.27",
"fs": "^0.0.1-security",
"node-vibrant": "^3.1.5",
"nodemon": "^2.0.2",
"now": "^16.7.3",
"now-cli": "^0.0.0",
"puppeteer-core": "^4.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-textfit": "^1.1.0",
"twemoji": "^12.1.6"
},
"scripts": {
"start": "nodemon --exec babel-node src/index.js",
"build": "babel src --out-dir api"
}
}