-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "@data-exp-lab/nodeeditor-controls",
"version": "1.0.2",
"description": "VueJS controls for jupyterlab-nodeeditor",
"main": "lib/index.js",
"module": "lib/index.esm.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
},
"author": "Matthew Turk",
"license": "BSD-3-Clause",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vue/compiler-sfc": "^3.2.38",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/tsconfig": "^0.1.3",
"eslint": "^8.23.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.4.0",
"rete": "^1.4.9",
"rollup": "^2.79.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.33.0",
"rollup-plugin-vue": "^6.0.0",
"typescript": "^4.8.2",
"vue": "^3.2.38"
},
"dependencies": {
"rollup-plugin-import-css": "^3.0.3",
"vue": "^3.2.38"
}
}