-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
77 lines (77 loc) · 2.08 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "stand-alone-scriptor",
"version": "v2.1.2",
"private": true,
"scripts": {
"preinstall": "npm install ./src/usepython",
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"dev": "vite",
"build": "npm install --prefix ./src/usepython && npm run build --prefix ./src/usepython && cd ./src/assets/ && python3 make.py && cd ../.. && npm install && vite build",
"pylib": "cd ./src/assets/ && python3 make.py"
},
"dependencies": {
"@codemirror/commands": "^6.1.0",
"@codemirror/lang-javascript": "^6.0.2",
"@codemirror/lang-python": "^6.0.1",
"@codemirror/language": "^6.2.1",
"@codemirror/next": "^0.16.0",
"@codemirror/theme-one-dark": "^6.1.0",
"@codemirror/view": "^6.2.3",
"@viur/viur-shoelace": "^2.4.0-viur-0.5.12",
"@viur/vue-utils": "^1.0.1",
"babel-eslint": "^10.1.0",
"codemirror": "^6.0.1",
"core-js": "^3.8.3",
"highlight.js": "^11.8.0",
"i18n": "^0.15.1",
"pinia": "^2.0.23",
"pyodide": "^0.24.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-visualizer": "^5.8.3",
"typedoc": "^0.24.6",
"typescript-eslint": "^0.0.1-alpha.0",
"usepython": "file:src/usepython",
"vue": "^3.3.2",
"vue-i18n": "^9.2.2",
"vue-json-pretty": "^2.2.3",
"vue-router": "^4.1.6",
"vue3-easy-data-table": "^1.5.24",
"vue3-highlightjs": "^1.0.5"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vitejs/plugin-vue": "^4.2.3",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.7.1",
"less": "^4.1.3",
"raw-loader": "^4.0.2",
"rollup-plugin-mv": "^0.0.2",
"vite": "^4.4.7"
},
"overrides": {
"semver": "^7.5.2"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "@babel/eslint-parser"
},
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead",
"not ie 11"
]
}