-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.64 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.64 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
55
56
{
"name": "codecharacter-renderer",
"version": "2.3.2",
"description": "Renderer component for Code Character 2019",
"main": "dist/libpack.js",
"scripts": {
"start": "webpack-dev-server --host 0.0.0.0",
"build": "webpack --config webpack.production.js"
},
"repository": "https://github.com/delta/codecharacter-renderer-2019",
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/delta/codecharacter-renderer-2019/issues"
},
"homepage": "https://github.com/delta/codecharacter-renderer-2019#readme",
"peerDependencies": {
"pixi.js": "^4.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"protobufjs": "^6.8.4"
},
"dependencies": {
"pixi-filters": "^2.7.0",
"pixi.js": "^4.6.2",
"protobufjs": "^6.8.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"screenfull": "^3.3.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"copy-webpack-plugin": "^4.3.1",
"css-loader": "^0.28.8",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.5.1",
"eslint-plugin-standard": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.4",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
}
}