8 Star 12 Fork 3

Ian / AiEXifCool

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.95 KB
一键复制 编辑 原始数据 按行查看 历史
Ian 提交于 2017-04-26 15:06 . update
{
"name": "aiexifcool",
"version": "1.0.0",
"description": "A process image exif info tool.",
"main": "dist/bundle.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --open --inline --hot",
"dev:compile": "webpack --config ./build/webpack.dev.js --display-error-details --watch",
"dev:http": "http-server ./dist -c-1",
"compile": "webpack --config ./build/webpack.dist.js --display-error-details --watch",
"build": "webpack --config ./build/webpack.dist.js",
"build:all": "npm run build",
"clean": "",
"lint": "eslint --format=node_modules/eslint-formatter-pretty --ext .js,.vue,.html ./",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LabsRS-Dev/AiEXifCool.git"
},
"keywords": [
"vue",
"vuejs",
"dove.max.sdk",
"material design",
"components",
"ui"
],
"files": [
"dist",
"src",
"LICENCE",
"README.md"
],
"author": {
"name": "Ian sun 34314687"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LabsRS-Dev/AiEXifCool/issues"
},
"homepage": "https://github.com/LabsRS-Dev/AiEXifCool",
"dependencies": {
"dove.max.sdk": "^1.0.1",
"keen-ui": "^1.0.0",
"vue": "^2.2.6",
"vue-i18n": "^6.1.1",
"vue-router": "^2.5.2",
"vuex": "^2.3.1"
},
"devDependencies": {
"ansi-html": "^0.0.7",
"autoprefixer": "^6.7.7",
"autosize": "^3.0.20",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.3",
"babel-helpers": "^6.23.0",
"babel-loader": "^6.4.1",
"babel-plugin-espower": "^2.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-es2015-loose": "^8.0.0",
"babel-preset-stage-2": "^6.22.0",
"babel-runtime": "^6.23.0",
"caniuse-db": "^1.0.30000660",
"cross-env": "^3.2.4",
"css-loader": "^0.25.0",
"deep-assign": "^2.0.0",
"eslint": "^3.18.0",
"eslint-config-vue": "^2.0.2",
"eslint-config-xo": "^0.17.0",
"eslint-formatter-pretty": "^1.1.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-no-use-extend-native": "^0.3.12",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-unicorn": "^1.0.0",
"eslint-plugin-vue": "^2.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"fuzzysearch": "^1.0.3",
"html-entities": "^1.2.1",
"lodash.debounce": "^4.0.8",
"node-sass": "^4.5.2",
"prismjs": "^1.6.0",
"rimraf": "^2.6.1",
"sass-loader": "^4.1.1",
"socket-client": "^1.0.0",
"sockjs-client": "^1.1.2",
"strip-ansi": "^3.0.1",
"style-loader": "^0.16.1",
"tether-drop": "^1.4.2",
"tether-tooltip": "^1.2.0",
"vue-hot-reload-api": "^2.0.11",
"vue-loader": "^10.3.0",
"vue-style-loader": "^2.0.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.3.3",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.4.4"
}
}
JavaScript
1
https://gitee.com/VVWhy/AiEXifCool.git
git@gitee.com:VVWhy/AiEXifCool.git
VVWhy
AiEXifCool
AiEXifCool
master

搜索帮助