-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 827 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 827 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"core-js": "^3.20.0",
"history": "^4.10.1",
"jquery": "^3.6.0",
"live-server": "^1.2.1",
"netlify-cli": "^8.1.5",
"parcel-bundler": "^1.12.5",
"popper.js": "^1.16.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.6",
"react-router-dom": "^4.3.1",
"redux": "^4.1.2",
"webpage": "^0.3.0"
},
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"start": "npm run build && live-server dist --history-api-fallback"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"babel-plugin-transform-decorators-legacy": "^1.3.5"
}
}