-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1010 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
{
"name": "Tangent",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt-ts",
"build": "nuxt-ts build",
"start": "nuxt-ts start",
"generate": "nuxt-ts generate",
"deploy": "gh-pages -d dist -t true"
},
"dependencies": {
"@nuxt/typescript-runtime": "^2.0.1",
"@nuxtjs/pwa": "^3.3.5",
"core-js": "^3.8.3",
"dat.gui": "^0.7.7",
"gh-pages": "^3.1.0",
"grapheme": "^1.0.0",
"jquery": "^3.5.1",
"latex-to-js": "https://github.com/Crownie/latex-to-js",
"mathjs": "^9.2.0",
"mathquill": "^0.10.1-a",
"nuxt": "^2.14.12",
"oimo": "^1.0.9",
"three": "^0.125.2",
"vue-threejs": "^0.2.0-alpha.1"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@nuxt/types": "^2.14.12",
"@nuxt/typescript-build": "^2.0.4",
"@nuxtjs/vuetify": "^1.11.3",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1"
}
}