-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.34 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
{
"name": "@joskii/jflow-core",
"version": "1.0.9",
"description": "",
"main": "dist/jflow.bundle.js",
"files": [
"dist/*.js"
],
"scripts": {
"dev:demo": "cd demo/vue-scopedslots && npm run serve",
"build:doc": "rm -rf docs && cd jsdoc-plugin && npm run build && cd ../demo/vue-scopedslots && npm run build && cd ../../ && npm run build:jsdoc",
"build:jsdoc": "rm -rf docs && jsdoc -c conf.json -t ~/Documents/Source-Codes/docstrap/template -R README.md -r . && mv out docs",
"build:lib": "webpack --config configs/webpack.lib.config.js",
"build:rollup": "rollup -c",
"watch:lib": "webpack --watch --config configs/webpack.lib.config.js"
},
"author": "joskii",
"license": "ISC",
"dependencies": {
"bezier-js": "^4.1.1",
"object-diff": "^0.0.4"
},
"devDependencies": {
"@babel/core": "^7.22.6",
"@babel/preset-env": "^7.22.6",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@vue/compiler-sfc": "^3.2.26",
"babel-loader": "^8.2.3",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.6.7",
"jsdoc-vuejs": "^4.0.0",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.9.2",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}