-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
57 lines (57 loc) · 1.44 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
{
"name": "my-website",
"version": "0.0.1",
"scripts": {
"dev": "webpack-dev-server --hot",
"build": "webpack",
"pub": "gh-pages -d dist"
},
"dependencies": {
"@blueprintjs/core": "^3.17.1",
"@blueprintjs/select": "^3.10.0",
"@hediet/std": "^0.6.0",
"@knuddels/mobx-logger": "^1.1.0",
"@types/html-webpack-plugin": "^3.2.0",
"@types/popper.js": "^1.11.0",
"@types/webpack": "^4.4.33",
"base64-js": "^1.3.1",
"blueprintjs": "^0.0.8",
"classnames": "^2.2.6",
"json-to-ts": "^1.6.0",
"lzma": "^2.3.2",
"messagepack": "^1.1.10",
"mobx": "^5.10.1",
"mobx-react": "^6.1.1",
"monaco-editor": "^0.17.1",
"popper.js": "^1.15.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-popper": "^1.3.3",
"react-split-pane": "^0.1.87",
"rxjs": "^6.5.2",
"urlsafe-base64": "^1.0.0"
},
"devDependencies": {
"@types/classnames": "^2.2.8",
"@types/react": "^16.8.21",
"@types/react-dom": "^16.8.4",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"fork-ts-checker-webpack-plugin": "^1.4.2",
"gh-pages": "^2.1.1",
"html-webpack-plugin": "^3.2.0",
"monaco-editor-webpack-plugin": "^1.7.0",
"node-sass": "^4.12.0",
"raw-loader": "^3.0.0",
"sass": "^1.20.1",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.3",
"ts-node": "^8.3.0",
"typescript": "^3.5.2",
"webpack": "^4.35.0",
"webpack-cli": "^3.3.4",
"webpack-dev-server": "^3.7.2"
}
}