mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
83 lines
2.3 KiB
JSON
83 lines
2.3 KiB
JSON
{
|
|
"name": "hc-webapp-next",
|
|
"version": "1.0.0",
|
|
"description": "Human Connection GraphQL UI Prototype",
|
|
"author": "Grzegorz Leoniec",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "cross-env NODE_ENV=development nodemon server/index.js --watch server",
|
|
"build": "nuxt build",
|
|
"start": "cross-env node server/index.js",
|
|
"generate": "nuxt generate",
|
|
"lint": "eslint --ext .js,.vue .",
|
|
"styleguide": "cd ./styleguide && yarn dev",
|
|
"styleguide:build": "cd ./styleguide && yarn build:lib && cd ../",
|
|
"test": "jest",
|
|
"precommit": "yarn lint"
|
|
},
|
|
"cypress-cucumber-preprocessor": {
|
|
"nonGlobalStepDefinitions": true
|
|
},
|
|
"jest": {
|
|
"moduleFileExtensions": [
|
|
"js",
|
|
"json",
|
|
"vue"
|
|
],
|
|
"transform": {
|
|
".*\\.(vue)$": "vue-jest",
|
|
"^.+\\.js$": "<rootDir>/node_modules/babel-jest"
|
|
},
|
|
"moduleNameMapper": {
|
|
"^@/(.*)$": "<rootDir>/src/$1",
|
|
"^@@/(.*)$": "<rootDir>/styleguide/src/system/$1",
|
|
"^~/(.*)$": "<rootDir>/$1"
|
|
},
|
|
"modulePathIgnorePatterns": [
|
|
"<rootDir>/styleguide"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/apollo": "^4.0.0-rc3",
|
|
"@nuxtjs/axios": "^5.3.6",
|
|
"@nuxtjs/dotenv": "^1.3.0",
|
|
"accounting": "^0.4.1",
|
|
"cookie-universal-nuxt": "^2.0.11",
|
|
"cross-env": "^5.2.0",
|
|
"date-fns": "^2.0.0-alpha.26",
|
|
"express": "^4.16.3",
|
|
"graphql": "^14.0.2",
|
|
"graphql-tag": "^2.10.0",
|
|
"jsonwebtoken": "^8.3.0",
|
|
"nuxt": "^2.0.0",
|
|
"nuxt-env": "^0.0.4",
|
|
"v-tooltip": "^2.0.0-rc.33",
|
|
"vue-count-to": "^1.0.13",
|
|
"vue-i18n": "~8.5.0",
|
|
"vue-izitoast": "1.1.2",
|
|
"vuex-i18n": "^1.10.5"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/eslint-config-prettier": "^4.0.1",
|
|
"@vue/server-test-utils": "^1.0.0-beta.27",
|
|
"@vue/test-utils": "^1.0.0-beta.27",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-jest": "^23.6.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"cypress-cucumber-preprocessor": "^1.9.1",
|
|
"eslint": "^5.10.0",
|
|
"eslint-config-prettier": "^3.1.0",
|
|
"eslint-loader": "^2.0.0",
|
|
"eslint-plugin-prettier": "3.0.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"jest": "^23.6.0",
|
|
"node-sass": "^4.11.0",
|
|
"nodemon": "^1.18.9",
|
|
"nuxt-sass-resources-loader": "^2.0.5",
|
|
"prettier": "1.14.3",
|
|
"sass-loader": "^7.1.0",
|
|
"vue-jest": "^3.0.2",
|
|
"vue-svg-loader": "^0.11.0"
|
|
}
|
|
}
|