2016-09-20 15:59:59 -06:00
|
|
|
{
|
|
|
|
"name": "lexiconga",
|
|
|
|
"title": "Lexiconga",
|
2017-04-03 22:24:14 -06:00
|
|
|
"version": "2.0.0",
|
2016-09-20 15:59:59 -06:00
|
|
|
"description": "A tool to build simple dictionaries using JSON.",
|
|
|
|
"main": "src/app.js",
|
|
|
|
"scripts": {
|
2017-04-03 22:24:14 -06:00
|
|
|
"serve": "node start-server.js",
|
2017-07-25 22:27:45 -06:00
|
|
|
"dev": "./node_modules/.bin/webpack-dev-server",
|
2016-09-21 14:40:25 -06: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 15:59:59 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://Alamantus@github.com/Alamantus/Lexiconga.git"
|
|
|
|
},
|
2017-04-03 22:24:14 -06:00
|
|
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
2016-09-20 15:59:59 -06:00
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/Alamantus/Lexiconga/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/Alamantus/Lexiconga#readme",
|
2017-04-03 22:24:14 -06:00
|
|
|
"devDependencies": {
|
2017-10-31 09:08:29 -06:00
|
|
|
"autoprefixer": "^7.1.6",
|
2017-06-25 14:38:03 -06: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-03 22:24:14 -06:00
|
|
|
"express": "^4.15.2",
|
2017-06-25 14:38:03 -06:00
|
|
|
"file-loader": "^0.11.2",
|
2017-04-27 14:33:25 -06:00
|
|
|
"html-loader": "^0.4.5",
|
2017-11-15 11:21:58 -07:00
|
|
|
"inferno-create-element": "^3.10.1",
|
2017-06-25 14:38:03 -06:00
|
|
|
"node-sass": "^4.5.3",
|
2017-10-31 09:08:29 -06:00
|
|
|
"postcss": "^6.0.13",
|
|
|
|
"postcss-loader": "^2.0.8",
|
2017-04-27 14:33:25 -06:00
|
|
|
"raw-loader": "^0.5.1",
|
2017-06-25 14:38:03 -06:00
|
|
|
"sass-loader": "^6.0.6",
|
|
|
|
"style-loader": "^0.18.2",
|
|
|
|
"url-loader": "^0.5.9",
|
2017-07-25 22:27:45 -06:00
|
|
|
"webpack": "^3.0.0",
|
|
|
|
"webpack-dev-server": "^2.6.1"
|
2017-04-03 22:24:14 -06:00
|
|
|
},
|
2016-09-20 15:59:59 -06:00
|
|
|
"dependencies": {
|
2017-04-03 22:24:14 -06:00
|
|
|
"babel-polyfill": "^6.23.0",
|
2017-10-31 07:41:35 -06:00
|
|
|
"bulma": "^0.6.0",
|
2017-04-02 00:13:00 -06:00
|
|
|
"dexie": "^1.5.1",
|
2017-06-25 16:23:03 -06:00
|
|
|
"font-awesome": "^4.7.0",
|
2017-11-15 11:21:58 -07:00
|
|
|
"inferno": "^3.10.1",
|
|
|
|
"inferno-component": "^3.10.1",
|
|
|
|
"inferno-devtools": "^3.10.1",
|
2016-09-20 15:59:59 -06:00
|
|
|
"marked": "^0.3.6",
|
2017-06-25 14:38:03 -06:00
|
|
|
"papaparse": "^4.3.3",
|
2017-11-15 13:59:58 -07:00
|
|
|
"prop-types": "^15.6.0",
|
2017-08-19 11:00:39 -06:00
|
|
|
"sanitize-html": "^1.14.1",
|
2017-11-15 11:02:09 -07:00
|
|
|
"store": "^2.0.12",
|
|
|
|
"sweetalert2": "^6.11.5"
|
2016-09-20 15:59:59 -06:00
|
|
|
}
|
|
|
|
}
|