UNPKG

1.05 kBJSONView Raw
1{
2 "name": "aoba-resume",
3 "version": "1.0.6",
4 "description": "Create a lovely resume just with a config file.",
5 "repository": {
6 "url": "https://github.com/luyilin/Aoba.git",
7 "type": "git"
8 },
9 "main": "dist/aoba",
10 "files": [
11 "dist"
12 ],
13 "keywords": [
14 "resume"
15 ],
16 "scripts": {
17 "test": "npm run lint && npm run build",
18 "lint": "xo",
19 "dev": "poi -c docs/dev/poi.config.js",
20 "build": "poi build -c docs/dev/poi.config.js --component aoba",
21 "prepublish": "npm run build"
22 },
23 "author": "luyilin <luyilin12@gmail.com>",
24 "license": "MIT",
25 "dependencies": {
26 "color": "^2.0.1",
27 "js-yaml": "^3.10.0",
28 "unfetch": "^3.0.0",
29 "vue": "^2.5.9",
30 "vue-inter": "^1.1.1"
31 },
32 "devDependencies": {
33 "eslint-config-rem": "^3.0.0",
34 "node-sass": "^4.7.2",
35 "poi": "^9.6.13",
36 "poi-preset-bundle-report": "^2.0.2",
37 "sass-loader": "^6.0.6",
38 "vue-template-compiler": "^2.5.9",
39 "xo": "^0.18.0"
40 },
41 "xo": {
42 "extends": "rem",
43 "envs": [
44 "browser"
45 ]
46 }
47}