-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 KB
/
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
38
39
40
41
42
43
44
45
46
{
"name": "tsofen-wix-wishes",
"version": "1.0.0",
"description": "this project making a best wishes project , for people to open events and for others to write thier own wishes to a specific event",
"main": "App.js",
"scripts": {
"start": "parcel index.html -p 3001 "
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmirAmArA/Wix-Best-Wishes.git"
},
"author": "AmirAmArA,KristinaDarawshe,majdedr,samir211,HussnyAzzam,Mostfamm",
"license": "ISC",
"bugs": {
"url": "https://github.com/AmirAmArA/Wix-Best-Wishes/issues"
},
"homepage": "https://github.com/AmirAmArA/Wix-Best-Wishes#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"parcel-bundler": "^1.12.3",
"parcel-plugin-asset-copier": "^1.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"a": "^2.1.2",
"axios": "^0.18.1",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"mdbreact": "^4.13.0",
"prop-types": "^15.7.2",
"rea": "0.0.1",
"reac": "0.0.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0"
},
"assetPath": "assets/"
}