mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
87 lines
2.3 KiB
JSON
87 lines
2.3 KiB
JSON
{
|
|
"name": "oxygen",
|
|
"version": "0.0.1",
|
|
"description": "有赞vue wap组件库",
|
|
"main": "lib/oxygen.common.js",
|
|
"style": "lib/style.css",
|
|
"files": [
|
|
"lib",
|
|
"src",
|
|
"packages"
|
|
],
|
|
"scripts": {
|
|
"bootstrap": "npm i --registry=http://registry.npm.qima-inc.com",
|
|
"build:file": "node build/bin/build-entry.js",
|
|
"dev": "npm run bootstrap && npm run build:file",
|
|
"clean": "rimraf lib && rimraf packages/*/lib"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@gitlab.qima-inc.com:fe/oxygen.git"
|
|
},
|
|
"keywords": [
|
|
"youzan",
|
|
"vue"
|
|
],
|
|
"author": "youzanfe",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"array-find-index": "^1.0.2",
|
|
"raf.js": "0.0.4",
|
|
"wind-dom": "0.0.3"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.14.0",
|
|
"babel-core": "^6.14.0",
|
|
"babel-loader": "^6.2.5",
|
|
"babel-plugin-module-resolver": "^2.2.0",
|
|
"babel-plugin-syntax-jsx": "^6.8.0",
|
|
"babel-plugin-transform-vue-jsx": "^3.3.0",
|
|
"babel-preset-es2015": "^6.14.0",
|
|
"copy-webpack-plugin": "^4.0.1",
|
|
"run-sequence": "^1.2.2",
|
|
"cp-cli": "^1.0.2",
|
|
"cross-env": "^3.1.3",
|
|
"css-loader": "^0.24.0",
|
|
"es6-promise": "^4.0.5",
|
|
"eslint": "^3.10.2",
|
|
"extract-text-webpack-plugin": "^1.0.1",
|
|
"file-loader": "^0.9.0",
|
|
"file-save": "^0.2.0",
|
|
"gh-pages": "^0.11.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-cssmin": "^0.1.7",
|
|
"gulp-postcss": "^6.1.1",
|
|
"highlight.js": "^9.3.0",
|
|
"html-loader": "^0.4.3",
|
|
"html-webpack-plugin": "^2.22.0",
|
|
"inject-loader": "^3.0.0-beta2",
|
|
"isparta-loader": "^2.0.0",
|
|
"json-loader": "^0.5.4",
|
|
"json-templater": "^1.0.4",
|
|
"lerna": "2.0.0-beta.31",
|
|
"lolex": "^1.5.1",
|
|
"markdown-it": "^6.1.1",
|
|
"markdown-it-anchor": "^2.5.0",
|
|
"markdown-it-container": "^2.0.0",
|
|
"postcss": "^5.1.2",
|
|
"postcss-loader": "^0.11.1",
|
|
"postcss-salad": "^1.0.5",
|
|
"rimraf": "^2.5.4",
|
|
"style-loader": "^0.13.1",
|
|
"theaterjs": "^3.0.0",
|
|
"transliteration": "^1.1.11",
|
|
"uppercamelcase": "^1.1.0",
|
|
"url-loader": "^0.5.7",
|
|
"vue": "^2.1.8",
|
|
"vue-loader": "^10.0.2",
|
|
"vue-markdown-loader": "^0.5.1",
|
|
"vue-router": "^2.0.0",
|
|
"vue-template-compiler": "^2.1.8",
|
|
"vue-template-es2015-compiler": "^1.4.2",
|
|
"webpack": "^1.13.2",
|
|
"webpack-dev-server": "^1.15.1",
|
|
"webpack-node-externals": "^1.5.4"
|
|
}
|
|
}
|