-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 808 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 808 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
30
31
32
33
34
35
36
37
{
"name": "placeline-nextjs",
"description": "Sample NextJS frontend integration for Placeline application",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT"
},
"author": "Alexander Graebe <agraebe@hypertrack.com>",
"license": "MIT",
"keywords": [
"sample",
"hypertrack",
"placeline",
"integration",
"nextjs",
"react",
"antd",
"heroku"
],
"engines": {
"node": "10.x"
},
"dependencies": {
"antd": "^3.26.11",
"babel-plugin-import": "^1.13.0",
"babel-plugin-inline-import": "^3.0.0",
"dotenv": "^8.2.0",
"gensync": "^1.0.0-beta.1",
"next": "^9.2.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-iframe": "^1.8.0"
}
}