2016-09-20 23:59:59 +02:00
|
|
|
{
|
|
|
|
"name": "lexiconga",
|
|
|
|
"title": "Lexiconga",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "A tool to build simple dictionaries using JSON.",
|
|
|
|
"main": "src/app.js",
|
|
|
|
"scripts": {
|
2016-09-21 22:40:25 +02:00
|
|
|
"start": "node start-server.js",
|
|
|
|
"pack": "node ./node_modules/webpack/bin/webpack.js -d --progress --display-error-details",
|
|
|
|
"watch": "node ./node_modules/webpack/bin/webpack.js -d --progress --watch",
|
|
|
|
"build": "node ./node_modules/webpack/bin/webpack.js -p --progress"
|
2016-09-20 23:59:59 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://Alamantus@github.com/Alamantus/Lexiconga.git"
|
|
|
|
},
|
|
|
|
"author": "Robbie Antenesse <gamedev@alamantus.com>",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Alamantus/Lexiconga/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Alamantus/Lexiconga#readme",
|
|
|
|
"dependencies": {
|
2016-09-21 22:40:25 +02:00
|
|
|
"babel-polyfill": "^6.13.0",
|
|
|
|
"json-query": "^2.2.0",
|
2016-09-20 23:59:59 +02:00
|
|
|
"marked": "^0.3.6",
|
2016-09-21 22:40:25 +02:00
|
|
|
"papaparse": "^4.1.2",
|
|
|
|
"react": "^15.3.2",
|
|
|
|
"react-dom": "^15.3.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"babel-core": "^6.14.0",
|
|
|
|
"babel-loader": "^6.2.5",
|
|
|
|
"babel-preset-es2015": "^6.14.0",
|
|
|
|
"babel-preset-react": "^6.11.1",
|
|
|
|
"css-loader": "^0.25.0",
|
|
|
|
"express": "^4.14.0",
|
|
|
|
"file-loader": "^0.9.0",
|
|
|
|
"html-minify-loader": "^1.1.0",
|
|
|
|
"node-sass": "^3.10.0",
|
|
|
|
"sass-loader": "^4.0.2",
|
|
|
|
"style-loader": "^0.13.1",
|
|
|
|
"webpack": "^1.13.2"
|
2016-09-20 23:59:59 +02:00
|
|
|
}
|
|
|
|
}
|