-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·39 lines (39 loc) · 1.15 KB
/
package.json
File metadata and controls
executable file
·39 lines (39 loc) · 1.15 KB
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
{
"name": "munchies-react",
"version": "1.0.0",
"description": "Website showing information about restaurants",
"main": "index.jsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pasoon/munchies-react.git"
},
"author": "Pasoon Azimi, Zarif Shahriar",
"license": "ISC",
"homepage": "https://github.com/Pasoon/munchies-react",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.0.0",
"css-loader": "^0.28.7",
"live-server": "^1.2.0",
"node-sass": "^4.7.2",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-rating": "^1.1.2",
"react-router-dom": "^4.2.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^3.10.0"
},
"dependencies": {
"reactjs-popup": "^1.0.5"
}
}