-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 Bytes
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
{
"name": "web",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/lodash": "^4.14.116",
"@types/lunr": "^2.1.6",
"@types/qs": "^6.5.1",
"axios": "^0.18.0",
"fuse.js": "^3.2.1",
"lodash": "^4.17.10",
"lunr": "^2.3.2",
"mobx": "^5.0.3",
"mobx-react": "^5.2.5",
"qs": "^6.5.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-iframe": "^1.2.0",
"react-monaco-editor": "^0.19.0",
"react-scripts-ts": "2.17.0",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.2"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/node": "^10.7.1",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",
"typescript": "^3.0.1"
}
}