-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 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
45
46
47
48
49
50
51
52
53
54
{
"name": "visualmovieinfo",
"version": "1.0.0",
"description": "imdb movie info visualization, powered by pixi.js",
"main": "./src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.babel.js",
"start": "npm run build && babel-node ./main.js"
},
"keywords": [
"cheerio",
"koa",
"pixi",
"react",
"nedb"
],
"author": "cloudwalkerfree@gmail.com",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.4.0",
"babel-plugin-import": "^1.1.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-1": "^6.22.0",
"babel-runtime": "^6.23.0",
"cheerio": "^0.22.0",
"css-loader": "^0.27.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.10.1",
"got": "^6.7.1",
"json-loader": "^0.5.4",
"koa": "^2.2.0",
"koa-mount": "^2.0.0",
"koa-router": "^7.0.0",
"koa-send": "^3.3.0",
"koa-static": "^3.0.0",
"nedb": "^1.8.0",
"nedb-promise": "^2.0.1",
"pixi.js": "^4.4.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"style-loader": "^0.13.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1"
}
}