60 lines
1.8 KiB
JSON
60 lines
1.8 KiB
JSON
{
|
|
"name": "lexiconga",
|
|
"title": "Lexiconga",
|
|
"version": "2.0.0",
|
|
"description": "A tool to build simple dictionaries using JSON.",
|
|
"main": "src/app.js",
|
|
"scripts": {
|
|
"serve": "node start-server.js",
|
|
"dev": "./node_modules/.bin/webpack-dev-server",
|
|
"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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://Alamantus@github.com/Alamantus/Lexiconga.git"
|
|
},
|
|
"author": "Robbie Antenesse <dev@alamantus.com>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Alamantus/Lexiconga/issues"
|
|
},
|
|
"homepage": "https://github.com/Alamantus/Lexiconga#readme",
|
|
"devDependencies": {
|
|
"autoprefixer": "^8.0.0",
|
|
"babel-core": "^6.25.0",
|
|
"babel-loader": "^7.1.0",
|
|
"babel-plugin-inferno": "^4.0.0",
|
|
"babel-preset-env": "^1.6.1",
|
|
"css-loader": "^0.28.9",
|
|
"express": "^4.16.2",
|
|
"file-loader": "^1.1.9",
|
|
"html-loader": "^0.5.5",
|
|
"inferno-devtools": "^4.0.4",
|
|
"node-sass": "^4.7.2",
|
|
"postcss": "^6.0.19",
|
|
"postcss-loader": "^2.1.0",
|
|
"raw-loader": "^0.5.1",
|
|
"sass-loader": "^6.0.6",
|
|
"style-loader": "^0.20.2",
|
|
"url-loader": "^0.6.2",
|
|
"webpack": "^3.11.0",
|
|
"webpack-dev-server": "^2.11.1"
|
|
},
|
|
"dependencies": {
|
|
"babel-polyfill": "^6.26.0",
|
|
"bulma": "^0.6.2",
|
|
"dexie": "^2.0.1",
|
|
"font-awesome": "^4.7.0",
|
|
"inferno": "^4.0.4",
|
|
"inferno-create-element": "^4.0.4",
|
|
"marked": "^0.3.16",
|
|
"papaparse": "^4.3.7",
|
|
"prop-types": "^15.6.0",
|
|
"sanitize-html": "^1.18.2",
|
|
"store": "^2.0.12",
|
|
"sweetalert2": "^7.12.12"
|
|
}
|
|
}
|