forked from csound-flossmanual/csound-floss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.68 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "csound_floss",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "^10.0.28",
"chokidar": "^3.4.1",
"codemirror": "^5.54.0",
"core-js": "^3.6.5",
"csound-manual-react": "^1.0.0-alpha15",
"csound-wasm": "^6.14.0-1",
"he": "^1.2.0",
"history": "^4.10.1",
"html-to-jsx": "^0.0.4",
"htmlparser2": "^4.1.0",
"mathjax-node": "^2.1.1",
"pandoc-filter": "^2.0.0",
"pandoc-filter-promisified": "^0.1.0",
"ramda": "^0.27.1",
"react": "^16.13.1",
"react-codemirror2": "^7.2.1",
"react-document-title": "^2.0.3",
"react-dom": "^16.13.1",
"react-mathjax": "^1.0.1",
"react-perfect-scrollbar": "^1.5.8",
"react-rnd": "^10.1.10",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-select": "^3.1.0",
"react-side-effect": "^2.1.0",
"react-sticky-footer": "^0.1.0-rc3",
"resize-observer-polyfill": "^1.5.1",
"throttle-debounce": "^2.2.1"
},
"resolutions": {
"html-to-jsx/cheerio": "^1.0.0-rc.3",
"html-to-jsx/cheerio/lodash": "^4.17.15"
},
"scripts": {
"start": "node pandoc/development.js",
"build": "node pandoc/build.js",
"build:pdf": "node pandoc/build_pdf.js",
"build:epub": "node pandoc/build_epub.js",
"build:odt": "node pandoc/build_odt.js",
"test": "jest",
"test:ci": "jest --ci"
},
"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"
]
},
"devDependencies": {
"fast-glob": "^3.2.2"
}
}