mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
77 lines
2.5 KiB
JSON
77 lines
2.5 KiB
JSON
{
|
|
"name": "vue-cion-design-system",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "http-server ./docs -o -s",
|
|
"build": "yarn theo && vue-cli-service build",
|
|
"lint": "vue-cli-service lint --no-fix",
|
|
"dev": "npm-run-all --parallel theo:onchange theo servedev",
|
|
"servedev": "vue-cli-service serve --open",
|
|
"build:lib": "yarn theo && cross-env BUILD=library vue-cli-service build --target lib --name system ./src/library.js",
|
|
"theo": "theo ./src/system/tokens/tokens.yml --transform web --format map.scss,scss,raw.json,json --dest ./src/system/tokens/generated",
|
|
"theo:onchange": "onchange \"./src/system/tokens/*.yml\" -- npm run theo",
|
|
"test:unit": "vue-cli-service test:unit"
|
|
},
|
|
"dependencies": {
|
|
"portal-vue": "~1.5.1",
|
|
"vue": "~2.6.6"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "~7.2.2",
|
|
"@babel/plugin-syntax-dynamic-import": "~7.2.0",
|
|
"@babel/standalone": "~7.3.2",
|
|
"@vue/cli-plugin-babel": "~3.4.0",
|
|
"@vue/cli-plugin-eslint": "~3.4.0",
|
|
"@vue/cli-plugin-unit-jest": "~3.4.0",
|
|
"@vue/cli-service": "~3.4.0",
|
|
"@vue/test-utils": "~1.0.0-beta.29",
|
|
"async-validator": "~1.10.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-jest": "~24.1.0",
|
|
"babel-plugin-transform-require-context": "~0.1.1",
|
|
"cheerio": "~1.0.0-rc.2",
|
|
"clipboard-copy": "~2.0.1",
|
|
"clone-deep": "~4.0.1",
|
|
"codemirror": "~5.43.0",
|
|
"cross-env": "~5.2.0",
|
|
"dot-prop": "~4.2.0",
|
|
"lodash": "~4.17.11",
|
|
"markdown-it": "~8.4.2",
|
|
"markdown-it-abbr": "~1.0.4",
|
|
"markdown-it-deflist": "~2.0.3",
|
|
"markdown-it-emoji": "~1.4.0",
|
|
"markdown-it-footnote": "~3.0.1",
|
|
"markdown-it-ins": "~2.0.0",
|
|
"markdown-it-katex": "~2.0.3",
|
|
"markdown-it-mark": "~2.0.0",
|
|
"markdown-it-sub": "~1.0.0",
|
|
"markdown-it-sup": "~1.0.0",
|
|
"markdown-it-task-lists": "~2.1.1",
|
|
"node-sass": "~4.11.0",
|
|
"npm-run-all": "~4.1.5",
|
|
"onchange": "~5.2.0",
|
|
"raw-loader": "~1.0.0",
|
|
"sass-loader": "~7.1.0",
|
|
"theo": "~8.1.1",
|
|
"vue-click-outside": "~1.0.7",
|
|
"vue-docgen-api": "~2.6.12",
|
|
"vue-router": "~3.0.2",
|
|
"vue-svg-loader": "~0.12.0",
|
|
"vue-template-compiler": "~2.6.6",
|
|
"vuep": "git+https://github.com/visualjerk/vuep.git#fix-iframe-firefox",
|
|
"webpack-bundle-analyzer": "~3.0.4",
|
|
"webpack-merge-and-include-globally": "~2.1.14"
|
|
},
|
|
"author": "visualjerk",
|
|
"main": "./dist/system.umd.min.js",
|
|
"files": [
|
|
"dist/*",
|
|
"src/*",
|
|
"public/*",
|
|
"*.json",
|
|
"*.js"
|
|
],
|
|
"license": "MIT"
|
|
}
|