forked from k-pet-group/Strype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
121 lines (121 loc) · 5.05 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "strype-editor",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --port 8081",
"serve:microbit": "cross-env npm_config_microbit=true vue-cli-service serve --port 8081",
"serve:python": "cross-env npm_config_python=true vue-cli-service serve --port 8081",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --require test-setup.js --require test-setup-python.js src/__tests__/*.ts && vue-cli-service test:unit --require test-setup.js --require test-setup-microbit.js src/__tests__/*.ts",
"lint:check": "vue-cli-service lint --no-fix --max-warnings 0",
"lint:fix": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/localisation/**/*.json'",
"preprocess:update-microbit-api": "python3.8 scripts/process-microbit-api.py | python3.8 scripts/add-docs-from-python.py > src/autocompletion/microbit-api.json",
"preprocess:update-skulpt-api": "cd scripts && npm install && npx tsc && npx esbuild --bundle compiled/scripts/process-skulpt-api.js | npx browser-run -s ../public | python3.8 add-docs-from-python.py > ../src/autocompletion/skulpt-api.json",
"serve:https": "HTTPS=true vue-cli-service serve",
"cy:run:microbit": "cypress run --env mode=microbit",
"cy:run:python": "cypress run --env mode=python",
"test:cypress": "cross-env WAIT_ON_TIMEOUT=90000 start-server-and-test serve:python http-get://127.0.0.1:8081/editor/ cy:run:python && cross-env WAIT_ON_TIMEOUT=90000 start-server-and-test serve:microbit http-get://127.0.0.1:8081/microbit/ cy:run:microbit"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@microbit/microbit-fs": "^0.9.2",
"@popperjs/core": "^2.11.4",
"@types/gapi": "^0.0.42",
"@types/google.accounts": "^0.0.2",
"@types/google.picker": "^0.0.39",
"@types/jquery": "^3.5.16",
"@types/lodash": "^4.14.191",
"@types/object-hash": "^1.3.3",
"@types/sortablejs": "^1.10.6",
"@types/splitpanes": "^2.2.6",
"@vue/composition-api": "^1.4.9",
"axios": "^0.21.4",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.16.0",
"cheerio": "^1.0.0-rc.5",
"core-js": "^3.28.0",
"dapjs": "^2.2.0",
"file-saver": "^2.0.2",
"html2canvas": "^1.4.1",
"jquery": "^3.6.3",
"lodash": "^4.17.20",
"lz-string": "^1.4.4",
"move-assets-webpack-plugin": "^1.3.2",
"object-hash": "^2.0.3",
"pinia": "^2.0.32",
"python-shell": "^2.0.3",
"remove-files-webpack-plugin": "^1.5.0",
"sortablejs": "^1.15.0",
"splitpanes": "^2.4.1",
"textarea-caret": "^3.1.0",
"tigerpython-parser": "github:Tobias-Kohn/TigerPython-Parser",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"v-blur": "^1.0.4",
"velocity": "^0.7.3",
"vue": "2.6.14",
"vue-autosize-input": "^0.1.1",
"vue-browser-detect-plugin": "^0.1.18",
"vue-burger-menu": "^2.0.5",
"vue-context": "^6.0.0",
"vue-i18n": "^8.27.1",
"vue-input-autowidth": "^1.0.10"
},
"devDependencies": {
"@pinia/testing": "^0.0.14",
"@testing-library/cypress": "^10.0.1",
"@types/chai": "^4.2.11",
"@types/file-saver": "^2.0.5",
"@types/lz-string": "^1.3.34",
"@types/mocha": "^5.2.4",
"@types/testing-library__cypress": "^5.0.13",
"@types/textarea-caret": "^3.0.0",
"@types/w3c-web-usb": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vue/cli-plugin-babel": "^5",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5",
"@vue/cli-plugin-unit-mocha": "^5",
"@vue/cli-plugin-vuex": "^5",
"@vue/cli-service": "^5.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^1.3.4",
"arkit": "^1.6.4",
"chai": "^4.1.2",
"chai-sorted": "^0.2.0",
"cross-env": "^7.0.3",
"cypress": "^13.15.2",
"cypress-fail-on-console-error": "^5.0.3",
"cypress-terminal-report": "^5.3.9",
"eslint": "^7",
"eslint-plugin-vue": "^7.20.0",
"husky": "^7.0.4",
"js-conditional-compile-loader": "^1.0.15",
"lint-staged": "^11.2.6",
"mocha": "^10.2.0",
"mochapack": "^2.1.4",
"null-loader": "^4.0.1",
"rimraf": "^5.0.5",
"sass": "^1.58.3",
"sass-loader": "^10.2.1",
"start-server-and-test": "^1.15.4",
"typescript": "^4.9.5",
"vue-cli-plugin-i18n": "2.1.1",
"vue-template-compiler": "2.6.14",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"src/**/*.{ts,vue}": [
"npm run lint"
]
}
}