-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 607 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "react-introduction",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node express.js && parcel ./components/index.js entry.js -d components/output",
"parcel": "parcel index.html",
"prod": "node express.js && parcel ./components/index.js entry.js -d components/output",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"gulp": "^4.0.2"
}
}