-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 863 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
{
"dependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"babel-loader": "^8.2.5",
"mathjax-full": "^3.2.2",
"serve": "^14.2.0",
"terser-webpack-plugin": "^5.3.3"
},
"name": "siunitx",
"version": "1.0.0",
"main": "./js/siunitx.js",
"devDependencies": {
"@babel/preset-typescript": "^7.17.12",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.19.0",
"ts-loader": "^9.3.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"build": "tsc && node ./node_modules/mathjax-full/components/bin/makeAll --no-subdirs",
"release": "standard-version",
"test": "echo 'No tests yet'",
"lint": "eslint --ext .js,.ts"
},
"author": "",
"license": "ISC",
"description": ""
}