pathfinder/demo/client/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2017-08-08 14:23:30 -04:00
{
"name": "pathfinder-demo",
"version": "0.1.0",
"description": "Demo for Pathfinder 2",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Patrick Walton <pcwalton@mimiga.net>",
"license": "MIT OR Apache-2.0",
"dependencies": {
"@types/base64-js": "^1.2.5",
2017-09-11 14:21:19 -04:00
"@types/gl-matrix": "^2.3.0",
"@types/lodash": "^4.14.74",
"@types/node": "^8.0.28",
"@types/opentype.js": "0.0.0",
"@types/webgl-ext": "0.0.29",
2017-08-10 21:38:54 -04:00
"base64-js": "^1.2.1",
2017-08-30 12:51:15 -04:00
"bootstrap": "^4.0.0-beta",
"gl-matrix": "^2.4.0",
"handlebars": "^4.0.10",
2017-09-11 14:21:19 -04:00
"handlebars-loader": "^1.6.0",
"handlebars-webpack-plugin": "^1.2.0",
"html-loader": "^0.5.1",
2017-08-30 12:51:15 -04:00
"jquery": "^3.2.1",
"lodash": "^4.17.4",
2017-08-30 20:01:28 -04:00
"octicons": "^6.0.1",
2017-08-08 14:23:30 -04:00
"opentype.js": "^0.7.3",
"parse-color": "^1.0.0",
"path-data-polyfill.js": "^1.0.2",
2017-08-30 12:51:15 -04:00
"popper.js": "^1.12.5",
2017-09-11 14:21:19 -04:00
"ts-loader": "^2.3.7",
"typescript": "^2.5.2",
"webpack": "^3.5.6"
2017-09-28 17:34:48 -04:00
},
"devDependencies": {
"tslint": "^5.7.0",
"tslint-loader": "^3.5.3"
2017-08-08 14:23:30 -04:00
}
}