mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
90 lines
2.6 KiB
JSON
90 lines
2.6 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",
|
|
"e2e:local": "cypress run --headed",
|
|
"e2e:ci": "npm-run-all --parallel --race start:ci 'cypress:ci --config baseUrl=http://localhost:3000'"
|
|
},
|
|
"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-rc4",
|
|
"@nuxtjs/axios": "~5.3.6",
|
|
"@nuxtjs/dotenv": "~1.3.0",
|
|
"@nuxtjs/style-resources": "~0.1.2",
|
|
"accounting": "~0.4.1",
|
|
"apollo-cache-inmemory": "~1.4.3",
|
|
"apollo-client": "~2.4.13",
|
|
"cookie-universal-nuxt": "~2.0.14",
|
|
"cross-env": "~5.2.0",
|
|
"date-fns": "2.0.0-alpha.27",
|
|
"express": "~4.16.4",
|
|
"graphql": "~14.1.1",
|
|
"jsonwebtoken": "~8.4.0",
|
|
"nuxt": "~2.4.3",
|
|
"nuxt-env": "~0.1.0",
|
|
"portal-vue": "~1.5.1",
|
|
"v-tooltip": "~2.0.0-rc.33",
|
|
"vue-count-to": "~1.0.13",
|
|
"vue-izitoast": "1.1.2",
|
|
"vue-sweetalert-icons": "~3.2.0",
|
|
"vuex-i18n": "~1.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "~7.3.3",
|
|
"@babel/preset-env": "~7.3.1",
|
|
"@vue/cli-shared-utils": "~3.4.0",
|
|
"@vue/eslint-config-prettier": "~4.0.1",
|
|
"@vue/server-test-utils": "~1.0.0-beta.29",
|
|
"@vue/test-utils": "~1.0.0-beta.29",
|
|
"babel-core": "~7.0.0-bridge.0",
|
|
"babel-eslint": "~10.0.1",
|
|
"babel-jest": "~24.1.0",
|
|
"cypress-cucumber-preprocessor": "~1.11.0",
|
|
"eslint": "~5.14.1",
|
|
"eslint-config-prettier": "~3.6.0",
|
|
"eslint-loader": "~2.1.2",
|
|
"eslint-plugin-prettier": "~3.0.1",
|
|
"eslint-plugin-vue": "~5.2.2",
|
|
"jest": "~24.1.0",
|
|
"node-sass": "~4.11.0",
|
|
"nodemon": "~1.18.10",
|
|
"prettier": "~1.14.3",
|
|
"sass-loader": "~7.1.0",
|
|
"vue-jest": "~3.0.3",
|
|
"vue-svg-loader": "~0.11.0"
|
|
}
|
|
}
|