-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.8 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.8 KB
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
61
62
63
64
65
66
67
68
69
{
"name": "@fxjs/handbag",
"version": "0.3.0",
"description": "require resources directly 👝",
"types": "@types/index.d.ts",
"main": "./lib/index.js",
"scripts": {
"build": "fib-typify src -o lib",
"test": "fibjs test/index.js",
"ci": "npm run build && cross-env NO_BO_TEST=1 npm run test",
"ci-full": "npm run build && cross-env NO_BO_TEST=\"\" npm run test",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fxjs-modules/handbag.git"
},
"keywords": [
"fibjs",
"load"
],
"author": "richardo2016@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/fxjs-modules/handbag/issues"
},
"homepage": "https://github.com/fxjs-modules/handbag#readme",
"dependencies": {
"@babel/standalone": "^7.5.4",
"@fibjs/builtin-modules": "^0.1.0",
"fib-pug": "0.0.3",
"fib-rollup": "^0.4.0",
"fib-typify": "^0.6.0",
"riot-compiler": "^3.5.3",
"stylus": "^0.54.5",
"uglify-js": "^3.4.9"
},
"devDependencies": {
"@fibjs/ci": "^2.1.0",
"@fibjs/detect-port": "^1.0.2",
"@fibjs/fs-readdir-recursive": "^1.0.2",
"@fibjs/types": "^0.27.1",
"cheerio": "^1.0.0-rc.3",
"cross-env": "^5.2.0",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"jstransformer-stylus": "^1.5.0",
"jstransformer-typescript": "^1.1.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-vue": "^4.7.2",
"tslib": "^1.10.0",
"typescript": "^3.5.3",
"vue-template-compiler": "^2.6.7"
},
"ci": {
"type": "travis, appveyor",
"version": [
"0.26.0",
"0.26.1"
]
},
"engines": {
"fibjs": ">=0.26.0"
}
}