Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
package.json 2.61 KiB
Newer Older
Gray Fawkes's avatar
0.1
Gray Fawkes committed
{
GrayFawkes's avatar
GrayFawkes committed
	"name": "openpharma",
	"version": "0.1.1",
Gray Fawkes's avatar
0.1
Gray Fawkes committed
	"description": "openPharma UI",
	"author": "GrayFawkes <gray.fawkes@outlook.com>",
	"private": true,
	"scripts": {
		"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
		"start": "npm run dev",
		"unit": "jest --config test/unit/jest.conf.js --coverage",
		"e2e": "node test/e2e/runner.js",
		"test": "npm run unit && npm run e2e",
		"lint": "eslint --ext .js,.vue src test/unit test/e2e/specs",
		"build": "node build/build.js"
	},
	"dependencies": {
		"axios": "^0.19.2",
		"bootstrap": "^4.5.0",
		"vue": "^2.5.2",
		"vue-i18n": "^8.18.2",
		"vue-router": "^3.0.1"
	},
	"devDependencies": {
		"autoprefixer": "^7.1.2",
		"babel-core": "^6.22.1",
		"babel-eslint": "^8.2.1",
		"babel-helper-vue-jsx-merge-props": "^2.0.3",
		"babel-jest": "^21.0.2",
		"babel-loader": "^7.1.1",
		"babel-plugin-dynamic-import-node": "^1.2.0",
		"babel-plugin-syntax-jsx": "^6.18.0",
		"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
		"babel-plugin-transform-runtime": "^6.22.0",
		"babel-plugin-transform-vue-jsx": "^3.5.0",
		"babel-preset-env": "^1.3.2",
		"babel-preset-stage-2": "^6.22.0",
		"babel-register": "^6.22.0",
		"chalk": "^2.0.1",
		"chromedriver": "^2.27.2",
		"copy-webpack-plugin": "^4.0.1",
		"cross-spawn": "^5.0.1",
		"css-loader": "^0.28.0",
		"eslint": "^4.15.0",
		"eslint-config-standard": "^10.2.1",
		"eslint-friendly-formatter": "^3.0.0",
GrayFawkes's avatar
GrayFawkes committed
GrayFawkes's avatar
GrayFawkes committed
GrayFawkes's avatar
GrayFawkes committed
GrayFawkes's avatar
GrayFawkes committed
Gray Fawkes's avatar
0.1
Gray Fawkes committed
Gray Fawkes's avatar
0.1
Gray Fawkes committed
		"webpack-merge": "^4.1.0"
	},
	"engines": {
		"node": ">= 6.0.0",
		"npm": ">= 3.0.0"
	},
	"browserslist": [
		"> 1%",
		"last 2 versions",
		"not ie <= 8"
	]
}