-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 823 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 823 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
{
"name": "simpledashboard",
"version": "0.2.0",
"description": "Simple dashboard",
"main": "index.js",
"scripts": {
"start": "node index.js",
"postinstall": "cd client && npm run build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"axios": "^0.24.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"google-maps-react": "^2.0.6",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "^4.0.3"
},
"engines": {
"node": "14.x.x",
"npm": "7.24.x"
},
"repository": {
"type": "git",
"url": "https://github.com/aptitud/SimpleDashboard.git"
},
"keywords": [
"node",
"heroku",
"express"
],
"license": "MIT"
}