-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.33 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.33 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
40
41
42
43
44
{
"name": "react-ombd",
"version": "1.0.0",
"description": "A basic movie app on React and Parceljs",
"main": "src/index.js",
"scripts": {
"start": "parcel src/index.html --open",
"build": "parcel build src/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poonia/react-omdb.git"
},
"keywords": [
"Javascript"
],
"author": "Praveen Poonia",
"license": "ISC",
"bugs": {
"url": "https://github.com/poonia/react-omdb.git/issues"
},
"homepage": "https://github.com/poonia/react-omdb.git#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-eslint": "^1.0.7",
"prettier": "^1.16.4",
"react-hot-loader": "^4.8.0",
"sass": "^1.17.3"
},
"dependencies": {
"query-string": "^6.4.2",
"react": "^16.8.5",
"react-dom": "^16.8.5",
"react-router-dom": "^5.0.0"
}
}