-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
40 lines (40 loc) · 1022 Bytes
/
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
{
"name": "material-math",
"version": "0.5.0",
"description": "Practice Math problems in a fun, beautiful, material experience!",
"productName": "Material Math",
"cordovaId": "software.grey.materialmath",
"capacitorId": "",
"author": "[email protected]",
"private": true,
"scripts": {
"setup": "yarn",
"dev": "quasar dev",
"build": "quasar build",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.9.10",
"@types/mathjs": "^6.0.7",
"@vue/composition-api": "1.0.0-beta.18",
"katex": "^0.12.0",
"mathjs": "^7.5.1",
"quasar": "^1.14.3",
"typescript-collections": "^1.3.3",
"vue-i18n": "^8.22.1",
"vue-katex": "^0.5.0"
},
"devDependencies": {
"@quasar/app": "^2.1.6",
"@types/node": "^14.14.6",
"vue-svg-loader": "^0.17.0-beta.2"
},
"engines": {
"node": ">= 10.18.1",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}