-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.34 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
{
"name": "diagrams",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hpcc-js/wasm": "^0.3.14",
"@monaco-editor/react": "^3.4.2",
"@octokit/rest": "^18.0.3",
"@primer/css": "^15.1.0",
"@primer/octicons-react": "^10.0.0",
"@types/marked": "^1.1.0",
"@types/react": "^16.9.46",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"concurrently": "^5.3.0",
"firebase": "^7.23.0",
"firepad": "^1.5.10",
"fp-future": "^1.0.1",
"http-server": "^0.12.3",
"marked": "^1.1.1",
"monaco-editor": "^0.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"react-useanimations": "^2.0.5",
"rollup": "^2.26.4",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-string": "^3.0.0",
"rollup-plugin-terser": "^5.3.0",
"rollup-plugin-typescript2": "^0.27.2",
"state-local": "^1.0.1",
"tslib": "^2.0.1",
"typescript": "^3.9.7"
},
"devDependencies": {
"rollup-plugin-scss": "^2.6.0"
}
}