-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 764 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 764 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
{
"name": "boiler-2",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "node server.js -p $PORT",
"dep": "nodemon server.js -p $PORT",
"build": "next build",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"chart.js": "^2.9.3",
"express": "^4.17.1",
"instalytics": "^4.0.2",
"instapro": "^4.0.1",
"instatouch": "^2.2.7",
"next": "^9.5.2",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"react": "^16.13.1",
"react-chartjs-2": "^2.10.0",
"react-dom": "^16.13.1",
"sass": "^1.26.10",
"styled-components": "^5.1.1",
"styled-loaders-react": "^1.1.0",
"typewriter-effect": "^2.13.1"
},
"devDependencies": {}
}