-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 967 Bytes
/
package.json
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
37
{
"name": "portfolio",
"version": "1.0.0",
"description": "---\r :gb:\r #### :cherry_blossom:Description",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start-dev": "parcel ./src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/rimIlmia/portfolio.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/rimIlmia/portfolio/issues"
},
"homepage": "https://gitlab.com/rimIlmia/portfolio#readme",
"dependencies": {
"axios": "^0.19.2",
"bootstrap": "^4.4.1",
"parcel-bundler": "^1.12.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"less": "^3.11.1"
}
}