-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from DEFRA/fixed-bug-windows-system
fixed formatting issues related to windows system.
- Loading branch information
Showing
1 changed file
with
92 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,92 +1,92 @@ | ||
{ | ||
"name": "aqie-front-end", | ||
"version": "0.0.0", | ||
"description": "CDP Frontend Template", | ||
"main": "src/index.js", | ||
"engines": { | ||
"node": "20.3.0" | ||
}, | ||
"scripts": { | ||
"build": "run-s build:frontend build:server", | ||
"build:frontend": "webpack", | ||
"build:server": "babel --delete-dir-on-start --ignore '**/*.test.js' --ignore 'src/__fixtures__' --copy-files --no-copy-ignored --out-dir ./.server ./src", | ||
"docker:dev": "NODE_ENV=development run-p frontend:watch server:watch", | ||
"predev": "npm run build:frontend", | ||
"dev": "run-p frontend:watch server:watch", | ||
"dev:debug": "run-p frontend:watch server:debug", | ||
"format": "prettier --write src/**/*.js **/*.{js,md,json,config.js,test.js}", | ||
"format:check": "prettier --check src/**/*.js **/*.{js,md,json,config.js,test.js}", | ||
"frontend:watch": "webpack --watch", | ||
"postinstall": "npm run setup:husky", | ||
"lint": "run-s lint:js lint:scss", | ||
"lint:fix": "eslint . --fix", | ||
"lint:js": "eslint .", | ||
"lint:scss": "stylelint 'src/**/*.scss' --cache --cache-location .cache/stylelint --cache-strategy content --color --ignore-path .gitignore", | ||
"mockApi": "nodemon ./mock-api", | ||
"postversion": "git add package.json package-lock.json && git commit -m $npm_package_version", | ||
"test": "jest --coverage --verbose", | ||
"test:watch": "jest --watch", | ||
"server:watch": "nodemon --exec babel-node ./src", | ||
"server:debug": "nodemon --exec babel-node --inspect ./src", | ||
"prestart": "npm run build", | ||
"start": "NODE_ENV=production node --use-strict ./.server", | ||
"setup:husky": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module" | ||
}, | ||
"author": "Defra DDTS", | ||
"license": "OGL-UK-3.0", | ||
"dependencies": { | ||
"@babel/runtime": "7.23.9", | ||
"@elastic/ecs-pino-format": "1.5.0", | ||
"@hapi/hapi": "21.3.3", | ||
"@hapi/inert": "7.1.0", | ||
"@hapi/vision": "7.0.3", | ||
"babel-plugin-module-resolver": "5.0.0", | ||
"convict": "6.2.4", | ||
"date-fns": "3.3.1", | ||
"govuk-frontend": "5.1.0", | ||
"hapi-pino": "12.1.0", | ||
"https-proxy-agent": "7.0.2", | ||
"lodash": "4.17.21", | ||
"node-fetch": "2.7.0", | ||
"nunjucks": "3.2.4", | ||
"pino": "8.18.0", | ||
"undici": "6.6.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.23.9", | ||
"@babel/core": "7.23.9", | ||
"@babel/node": "7.23.9", | ||
"@babel/preset-env": "7.23.9", | ||
"babel-jest": "29.7.0", | ||
"babel-loader": "9.1.3", | ||
"cheerio": "1.0.0-rc.12", | ||
"clean-webpack-plugin": "4.0.0", | ||
"css-loader": "6.10.0", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-config-standard": "17.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-n": "16.6.2", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-promise": "6.1.1", | ||
"husky": "9.0.10", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"json-server": "0.17.4", | ||
"mini-css-extract-plugin": "2.8.0", | ||
"nodemon": "3.0.3", | ||
"npm-run-all": "4.1.5", | ||
"pino-pretty": "10.3.1", | ||
"prettier": "3.2.5", | ||
"resolve-url-loader": "5.0.0", | ||
"sass": "1.70.0", | ||
"sass-loader": "14.1.0", | ||
"source-map-loader": "5.0.0", | ||
"style-loader": "3.3.4", | ||
"stylelint": "16.2.1", | ||
"stylelint-config-gds": "2.0.0", | ||
"webpack": "5.90.1", | ||
"webpack-assets-manifest": "5.1.0", | ||
"webpack-cli": "5.1.4" | ||
} | ||
} | ||
{ | ||
"name": "aqie-front-end", | ||
"version": "0.0.0", | ||
"description": "CDP Frontend Template", | ||
"main": "src/index.js", | ||
"engines": { | ||
"node": "20.3.0" | ||
}, | ||
"scripts": { | ||
"build": "run-s build:frontend build:server", | ||
"build:frontend": "webpack", | ||
"build:server": "babel --delete-dir-on-start --ignore \"**/*.test.js\" --ignore \"src/__fixtures__\" --copy-files --no-copy-ignored --out-dir ./.server ./src", | ||
"docker:dev": "NODE_ENV=development run-p frontend:watch server:watch", | ||
"predev": "npm run build:frontend", | ||
"dev": "run-p frontend:watch server:watch", | ||
"dev:debug": "run-p frontend:watch server:debug", | ||
"format": "prettier --write \"src/**/*.js\" \"**/*.{js,md,json,config.js,test.js}\"", | ||
"format:check": "prettier --check \"src/**/*.js\" \"**/*.{js,md,json,config.js,test.js}\"", | ||
"frontend:watch": "webpack --watch", | ||
"postinstall": "npm run setup:husky", | ||
"lint": "run-s lint:js lint:scss", | ||
"lint:fix": "eslint . --fix", | ||
"lint:js": "eslint .", | ||
"lint:scss": "stylelint \"src/**/*.scss\" --cache --cache-location .cache/stylelint --cache-strategy content --color --ignore-path .gitignore", | ||
"mockApi": "nodemon ./mock-api", | ||
"postversion": "git add package.json package-lock.json && git commit -m $npm_package_version", | ||
"test": "jest --coverage --verbose", | ||
"test:watch": "jest --watch", | ||
"server:watch": "nodemon --exec babel-node ./src", | ||
"server:debug": "nodemon --exec babel-node --inspect ./src", | ||
"prestart": "npm run build", | ||
"start": "NODE_ENV=production node --use-strict ./.server", | ||
"setup:husky": "node -e \"try { (await import('husky')).default() } catch (e) { if (e.code !== 'ERR_MODULE_NOT_FOUND') throw e }\" --input-type module" | ||
}, | ||
"author": "Defra DDTS", | ||
"license": "OGL-UK-3.0", | ||
"dependencies": { | ||
"@babel/runtime": "7.23.9", | ||
"@elastic/ecs-pino-format": "1.5.0", | ||
"@hapi/hapi": "21.3.3", | ||
"@hapi/inert": "7.1.0", | ||
"@hapi/vision": "7.0.3", | ||
"babel-plugin-module-resolver": "5.0.0", | ||
"convict": "6.2.4", | ||
"date-fns": "3.3.1", | ||
"govuk-frontend": "5.1.0", | ||
"hapi-pino": "12.1.0", | ||
"https-proxy-agent": "7.0.2", | ||
"lodash": "4.17.21", | ||
"node-fetch": "2.7.0", | ||
"nunjucks": "3.2.4", | ||
"pino": "8.18.0", | ||
"undici": "6.6.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "7.23.9", | ||
"@babel/core": "7.23.9", | ||
"@babel/node": "7.23.9", | ||
"@babel/preset-env": "7.23.9", | ||
"babel-jest": "29.7.0", | ||
"babel-loader": "9.1.3", | ||
"cheerio": "1.0.0-rc.12", | ||
"clean-webpack-plugin": "4.0.0", | ||
"css-loader": "6.10.0", | ||
"eslint": "8.56.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-config-standard": "17.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-n": "16.6.2", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-promise": "6.1.1", | ||
"husky": "9.0.10", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"json-server": "0.17.4", | ||
"mini-css-extract-plugin": "2.8.0", | ||
"nodemon": "3.0.3", | ||
"npm-run-all": "4.1.5", | ||
"pino-pretty": "10.3.1", | ||
"prettier": "3.2.5", | ||
"resolve-url-loader": "5.0.0", | ||
"sass": "1.70.0", | ||
"sass-loader": "14.1.0", | ||
"source-map-loader": "5.0.0", | ||
"style-loader": "3.3.4", | ||
"stylelint": "16.2.1", | ||
"stylelint-config-gds": "2.0.0", | ||
"webpack": "5.90.1", | ||
"webpack-assets-manifest": "5.1.0", | ||
"webpack-cli": "5.1.4" | ||
} | ||
} |