-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.72 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@vui/core",
"version": "0.0.8",
"description": "Yet a really simple and impressive UI framework for SavJS",
"main": "dist/vui.css",
"homepage": "https://github.com/savjs/sav-vui#readme",
"scripts": {
"lint-sass": "standard-sass",
"build-components": "node scripts/build-components",
"build-sass": "node scripts/build-sass",
"build": "npm run build-sass && npm run build-components",
"test": "npm run build",
"test-units": "NODE_ENV=test-units ./node_modules/.bin/ava --tap tests/units/**/*.spec.js",
"test-pkgs": "./node_modules/.bin/ava --tap packages/**/*.spec.js",
"watch-doc": "sd watch",
"build-vui-doc": "sd build",
"build-packages-doc": "sd build --src ./packages/docs --dest ./packages/.sdocs-dist"
},
"repository": {
"type": "git",
"url": ""
},
"author": {
"name": "HF.FE"
},
"ava": {
"require": [
"./packages/.test.setup.js"
]
},
"devDependencies": {
"@vui/rollup-standalone": "0.0.4",
"ava": "^0.22.0",
"avoriaz": "^6.0.1",
"browser-env": "^3.2.2",
"debug": "^3.1.0",
"font-awesome": "^4.7.0",
"fs-extra": "^3.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"node-sass": "^4.6.1",
"require-extension-hooks": "^0.3.2",
"require-extension-hooks-babel": "^0.1.1",
"require-extension-hooks-vue": "^0.4.1",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.1.0",
"standard": "^10.0.3",
"standard-sass": "0.0.6",
"vue": "^2.5.9",
"vue-loader": "^13.5.0",
"vue-router": "^2.8.1",
"watch-cli": "^0.2.3"
},
"dependencies": {
"core-util-is": "^1.0.2",
"moment": "^2.19.2",
"vue-template-compiler": "^2.5.9"
},
"license": "MIT"
}