-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 725 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 725 Bytes
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
{
"name": "next-express-emotion",
"version": "0.0.1",
"engines": {
"node": "10.x"
},
"scripts": {
"dev": "node .",
"build": "next build",
"start": "NODE_ENV=production node ."
},
"repository": "jimmylee/next-express-emotion",
"license": "MIT",
"dependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.12.1",
"@emotion/babel-preset-css-prop": "11.0.0",
"@emotion/react": "11.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"express": "^4.17.1",
"next": "^10.0.3",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}