-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.33 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
{
"name": "obtool",
"version": "1.0.0",
"description": "ob-Tool",
"main": "dist/ob-tools.js",
"types": "dist/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config config/rollup.prod.ts"
},
"repository": {
"type": "git",
"url": "http://git.xiaomidianjin.com/tool/obtool.git"
},
"keywords": [
"tool",
"ob",
"obTool"
],
"author": "tyson",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.13.14",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-replace": "^2.4.2",
"@types/cssnano": "^4.0.0",
"@types/node": "^14.14.37",
"babel-core": "^6.26.3",
"babel-jest": "^26.6.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-latest": "^6.24.1",
"jest": "^26.6.3",
"postcss": "^8.2.9",
"regenerator-runtime": "^0.13.7",
"rollup": "^2.44.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-postcss": "^4.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"rollup-plugin-uglify": "^6.0.4",
"ts-node": "^9.1.1",
"tslib": "^2.1.0",
"typescript": "^4.2.3",
"vue": "^3.0.10",
"cssnano": "^4.1.10"
}
}