-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.89 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.89 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"version": "0.1.26",
"description": "Online editor for Podlite - a block-based lightweight markup language",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2",
"dom-to-image-more": "^3.7.2",
"podlite": "^0.0.52",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-scripts": "5.0.1",
"typescript": "4.2.4"
},
"scripts": {
"start": "craco --openssl-legacy-provider start",
"build": "env INLINE_RUNTIME_CHUNK=false env GENERATE_SOURCEMAP=false craco --max_old_space_size=8192 --expose-gc build --dev",
"format": "npx prettier --write '**/*.{js,jsx,ts,tsx,json,md}'",
"test": "react-scripts test",
"postinstall": "rm -rf ./public/static/mathjax-3.2.2 && mkdir -p ./public/static/mathjax-3.2.2 && cp -R node_modules/mathjax/es5 public/static/mathjax-3.2.2"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": {
"arrowParens": "avoid",
"semi": false,
"singleQuote": true,
"trailingComma": "all",
"endOfLine": "lf",
"tabWidth": 2,
"jsxBracketSameLine": false,
"printWidth": 120
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@craco/craco": "^7.1.0",
"@podlite/editor-react": "^0.0.45",
"@podlite/formula": "^0.0.21",
"@podlite/to-jsx": "^0.0.43",
"cogo-toast": "^4.2.3",
"copy-to-clipboard": "^3.3.1",
"mathjax": "^3.2.2",
"react-icons": "^4.2.0"
},
"packageManager": "yarn@3.1.0"
}