You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "ui",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "git@git.cryto.net:seekseek/ui.git",
|
|
"author": "Sven Slootweg <admin@cryto.net>",
|
|
"license": "WTFPL OR CC0-1.0",
|
|
"scripts": {
|
|
"dev": "NODE_ENV=development nodemon --ext js,jsx,mjs,json,ftl --ignore node_modules --ignore public/js --ignore src/frontend bin/server.js",
|
|
"dev-css": "postcss --watch src/css/style.css -o public/css/style.css"
|
|
},
|
|
"bin": {
|
|
"seekseek-ui": "./bin/server.js"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.9",
|
|
"@babel/preset-env": "^7.12.7",
|
|
"@babel/preset-react": "^7.12.7",
|
|
"@joepie91/eslint-config": "^1.1.0",
|
|
"autoprefixer": "^9.0.0",
|
|
"babelify": "^10.0.0",
|
|
"eslint": "^7.15.0",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"icssify": "^1.2.1",
|
|
"nodemon": "^2.0.6",
|
|
"postcss": "^8.2.1",
|
|
"postcss-cli": "^8.3.1",
|
|
"postcss-color-function": "^4.1.0",
|
|
"postcss-mixins": "^6",
|
|
"postcss-nested": "^4",
|
|
"postcss-simple-vars": "^5"
|
|
},
|
|
"dependencies": {
|
|
"@joepie91/express-react-views": "2.0.0",
|
|
"@promistream/combine-sequential-streaming": "^0.1.0",
|
|
"@promistream/decode-string": "^0.1.0",
|
|
"@promistream/from-node-stream": "^0.1.3",
|
|
"@promistream/map": "^0.1.1",
|
|
"@promistream/pipe": "^0.1.6",
|
|
"@promistream/simple-sink": "^0.2.2",
|
|
"@promistream/simple-source": "^0.1.4",
|
|
"@promistream/split-lines": "^0.1.0",
|
|
"@promistream/spy": "^0.1.0",
|
|
"axios": "^0.21.1",
|
|
"bhttp": "^1.2.8",
|
|
"bluebird": "^3.7.2",
|
|
"budo-express": "^1.0.6",
|
|
"classnames": "^2.2.6",
|
|
"default-value": "^1.0.0",
|
|
"express": "^4.17.1",
|
|
"express-promise-router": "^4.1.0",
|
|
"global": "^4.4.0",
|
|
"knex": "^0.95.2",
|
|
"match-value": "^1.1.0",
|
|
"moize": "^6.1.0",
|
|
"pg": "^8.5.1",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"syncpipe": "^1.0.0"
|
|
}
|
|
}
|