-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.15 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
42
43
44
45
46
{
"name": "af20",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.2",
"@vue-a11y/announcer": "^2.1.0",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.25.3",
"escape-latex": "^1.2.0",
"format-unicorn": "^1.1.1",
"function-plot": "^1.23.2",
"interval-arithmetic-eval": "^0.5.1",
"lodash": "^4.17.21",
"math-expressions": "^2.0.0-alpha60",
"mathjs": "^11.8.0",
"mathlive": "^0.93.0",
"moment": "^2.29.4",
"nuxt": "^2.15.8",
"queue-fifo": "^0.2.6",
"text-diff": "^1.0.1",
"tone": "^14.7.77",
"vue": "^2.7.10",
"vue-clipboard2": "^0.3.3",
"vue-keypress": "^2.1.2",
"vue-mathjax": "^0.1.1",
"vue-mouseover": "^1.0.6",
"vue-resize": "^1.0.1",
"vue-server-renderer": "^2.7.10",
"vue-shortkey": "^3.1.7",
"vue-ssr-carousel": "^2.4.2",
"vue-template-compiler": "^2.7.10",
"vue-visibility-change": "^1.2.1"
},
"devDependencies": {
"postcss": "^8.4.17",
"sass": "^1.58.3",
"sass-loader": "10"
}
}