-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 843 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
{
"scripts": {
"build": "tsc"
},
"dependencies": {
"@flatten-js/interval-tree": "^1.0.11",
"@types/highlight.js": "^9.12.4",
"highlight.js": "^10.1.2",
"immutable": "^4.0.0-rc.12",
"mnemonist": "^0.38.0",
"q": "^1.5.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"smoothscroll-polyfill": "^0.4.4"
},
"devDependencies": {
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"@types/parse-filepath": "^1.0.0",
"@types/q": "^1.5.4",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/smoothscroll-polyfill": "^0.3.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-polyfill": "^6.26.0",
"css-loader": "^4.2.1",
"style-loader": "^1.2.1",
"ts-loader": "^8.0.3",
"typescript": "^4.0.2",
"typesync": "^0.7.0"
}
}