-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 KB
/
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
41
42
43
44
45
{
"name": "math-parser",
"private": true,
"version": "0.0.1",
"description": "",
"dependencies": {
"@types/react": "^17.0.16",
"@types/react-dom": "^17.0.9",
"classnames": "^2.3.1",
"normalize.css": "^8.0.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@types/babel__core": "^7.1.15",
"@types/jest": "^26.0.24",
"css-loader": "^6.2.0",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"prettier": "2.3.2",
"style-loader": "^3.2.1",
"ts-jest": "^27.0.4",
"ts-loader": "^9.2.5",
"typescript": "^4.3.5",
"webpack": "^5.49.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack serve",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Phryxia/auto-differentiator.git"
},
"author": "gfnuko",
"license": "ISC",
"bugs": {
"url": "https://github.com/Phryxia/auto-differentiator/issues"
},
"homepage": "https://github.com/Phryxia/auto-differentiator#readme"
}