2016-09-20 23:59:59 +02:00
|
|
|
{
|
|
|
|
"name": "lexiconga",
|
|
|
|
"title": "Lexiconga",
|
2017-04-04 06:24:14 +02:00
|
|
|
"version": "2.0.0",
|
2016-09-20 23:59:59 +02:00
|
|
|
"description": "A tool to build simple dictionaries using JSON.",
|
|
|
|
"main": "src/app.js",
|
|
|
|
"scripts": {
|
2017-04-04 06:24:14 +02:00
|
|
|
"serve": "node start-server.js",
|
2017-07-26 06:27:45 +02:00
|
|
|
"dev": "./node_modules/.bin/webpack-dev-server",
|
2016-09-21 22:40:25 +02:00
|
|
|
"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"
|
|
|
|
},
|
2017-04-04 06:24:14 +02:00
|
|
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
2016-09-20 23:59:59 +02:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Alamantus/Lexiconga/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Alamantus/Lexiconga#readme",
|
2017-04-04 06:24:14 +02:00
|
|
|
"devDependencies": {
|
2017-06-25 22:38:03 +02:00
|
|
|
"babel-core": "^6.25.0",
|
|
|
|
"babel-loader": "^7.1.0",
|
|
|
|
"babel-plugin-inferno": "^3.2.0",
|
|
|
|
"babel-preset-es2016": "^6.24.1",
|
|
|
|
"css-loader": "^0.28.4",
|
2017-04-04 06:24:14 +02:00
|
|
|
"express": "^4.15.2",
|
2017-06-25 22:38:03 +02:00
|
|
|
"file-loader": "^0.11.2",
|
2017-04-27 22:33:25 +02:00
|
|
|
"html-loader": "^0.4.5",
|
2017-06-25 22:38:03 +02:00
|
|
|
"node-sass": "^4.5.3",
|
2017-04-27 22:33:25 +02:00
|
|
|
"raw-loader": "^0.5.1",
|
2017-06-25 22:38:03 +02:00
|
|
|
"sass-loader": "^6.0.6",
|
|
|
|
"style-loader": "^0.18.2",
|
|
|
|
"url-loader": "^0.5.9",
|
2017-07-26 06:27:45 +02:00
|
|
|
"webpack": "^3.0.0",
|
|
|
|
"webpack-dev-server": "^2.6.1"
|
2017-04-04 06:24:14 +02:00
|
|
|
},
|
2016-09-20 23:59:59 +02:00
|
|
|
"dependencies": {
|
2017-04-04 06:24:14 +02:00
|
|
|
"babel-polyfill": "^6.23.0",
|
2017-06-25 22:38:03 +02:00
|
|
|
"bulma": "^0.4.2",
|
2017-04-02 08:13:00 +02:00
|
|
|
"dexie": "^1.5.1",
|
2017-06-26 00:23:03 +02:00
|
|
|
"font-awesome": "^4.7.0",
|
2017-06-25 22:38:03 +02:00
|
|
|
"inferno": "^3.6.1",
|
|
|
|
"inferno-component": "^3.6.1",
|
|
|
|
"inferno-devtools": "^3.6.1",
|
2016-09-20 23:59:59 +02:00
|
|
|
"marked": "^0.3.6",
|
2017-06-25 22:38:03 +02:00
|
|
|
"papaparse": "^4.3.3",
|
|
|
|
"store": "^2.0.12"
|
2016-09-20 23:59:59 +02:00
|
|
|
}
|
|
|
|
}
|