-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·44 lines (44 loc) · 1.1 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
{
"name": "tmp",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "concurrently 'webpack-dev-server' 'json-server -d1200 --watch db.json'",
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.5.2",
"bootstrap": "^3.3.7",
"concurrently": "^3.5.0",
"fs": "0.0.1-security",
"fullpage.js": "^2.9.4",
"imdb": "^1.1.0",
"imdb-api": "^3.1.1",
"jquery": "^3.2.1",
"json-server": "^0.11.2",
"lowdb": "^0.16.2",
"needle": "^1.6.0",
"net": "^1.0.2",
"node-movie": "^2.0.0",
"omdb": "^0.8.0",
"omdb-client": "^1.0.6",
"promise-polyfill": "^6.0.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"request": "^2.81.0",
"request-promise": "^4.2.1",
"themoviedatabase": "^1.1.1",
"tls": "0.0.1",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0",
"whatwg-fetch": "^2.0.3",
"x-editable": "^1.5.1"
}
}