-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.21 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
{
"name": "numerically-solving-equations",
"version": "1.0.0",
"description": "A website about numerically solving equations",
"homepage": "https://jonathanjameswatson.com/numerically-solving-equations",
"license": "MIT",
"author": "Jonathan Watson",
"repository": "github:jonathanjameswatson/numerically-solving-equations",
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@nuxt/content": "^1.15.1",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"katex": "^0.15.3",
"mathjs": "^10.5.0",
"nuxt": "^2.15.8",
"nuxt-buefy": "^0.4.22",
"p5": "^1.4.1",
"rehype-katex": "^4.0.0",
"remark-math": "^4.0.0",
"remark-textr": "^4.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@nuxtjs/eslint-config": "^9.0.0",
"@nuxtjs/eslint-module": "^3.1.0",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": ">=3.2.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"sass-loader": "^10.1.1"
},
"private": true
}