-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "sylvan.js",
"version": "0.0.4",
"description": "HTML5 game framework built on top of PIXI rendering engine",
"standalone": true,
"main": "dist/sylvan.js",
"bundle": "dist/sylvan.js",
"scripts": {
"build": "webpack --progress --colors",
"start": "webpack-dev-server --hot --inline"
},
"author": "Nowan (Mykyta Dniprovskyi)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Nowan/sylvanjs.git"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-syntax-async-generators": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.4",
"brfs": "^2.0.1",
"css-loader": "^1.0.1",
"expose-loader": "^0.7.1",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.4",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.12.0",
"transform-loader": "^0.2.4",
"webpack": "^4.20.2",
"webpack-cli": "^3.3.1"
},
"dependencies": {
"@babel/runtime": "^7.1.5",
"animejs": "^3.0.1",
"pixi.js": "^5.1.5",
"victor": "^1.1.0"
}
}