-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
18 lines (18 loc) · 887 Bytes
/
package.json
File metadata and controls
18 lines (18 loc) · 887 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "react-todo-app",
"version": "1.0.0",
"description": "- add cdn links for reactjs - place empty div <div id=\"root\"></div> in index.html - create app.jsx under src directory to update the data in above mentioned div tag - It doesn't work as expected hence we need to follow below steps - install nvm - update path for nvm from bashrc to zshrc - install node.js and npm via nvm - exectue below command in application root directory - npm init -y - this creates package.json - npm install babel-cli@6 babel-preset-react-app@3",
"main": "index.js",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"braces": "^3.0.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}