-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.59 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
{
"private": true,
"version": "0.0.1",
"workspaces": [
"packages/*"
],
"dependencies": {
"lodash": "^4.17.15"
},
"jest": {
"testRegex": "/scripts/jest/dont-run-jest-directly\\.js$"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-typescript": "^7.13.0",
"@babel/preset-typescript": "^7.15.0",
"@rollup/plugin-babel": "^5.2.0",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.4",
"@rollup/plugin-replace": "^3.0.0",
"@rollup/plugin-typescript": "^8.2.1",
"babel-code-frame": "^6.26.0",
"chalk": "^4.1.0",
"cli-table": "^0.3.1",
"filesize": "^8.0.0",
"glob": "^7.1.6",
"google-closure-compiler": "^20210808.0.0",
"gzip-size": "^6.0.0",
"minimist": "^1.2.0",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"rollup": "^2.47.0",
"rollup-plugin-prettier": "^2.1.0",
"rollup-plugin-scss": "3",
"rollup-plugin-strip-banner": "^2.0.0",
"sass": "^1.42.1",
"targz": "^1.0.1",
"tmp": "^0.2.1",
"tslib": "^2.3.1",
"typescript": "^4.2.4"
},
"devEngines": {
"node": "8.x || 9.x || 10.x || 11.x || 12.x"
},
"scripts": {
"build": "npm run prettier & node ./scripts/rollup/build.js",
"prettier": "node ./scripts/prettier/index.js write"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/@vue-x"
}
}