-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.66 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
{
"name": "vector-8",
"version": "0.0.1",
"description": "\"Vector graphics fantasy console\"",
"main": "\"\"",
"author": "Keith Simmons",
"license": "MIT",
"dependencies": {
"acorn": "^7.1.1",
"acorn-walk": "^7.0.0",
"fast-copy": "^2.0.4",
"fast-equals": "^2.0.0",
"immutable": "^4.0.0-rc.12",
"rc-slider": "^8.7.1",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-icons": "^3.8.0",
"react-monaco-editor": "^0.32.1",
"react-redux": "^7.1.3",
"react-split-pane": "^0.1.89",
"realms-shim": "^1.2.1",
"redux": "^4.0.4",
"twgl.js": "^4.13.1"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@types/acorn": "^4.0.5",
"@types/node": "^12.12.6",
"@types/rc-slider": "^8.6.5",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-icons": "^3.0.0",
"@types/react-redux": "^7.1.5",
"@types/webpack": "^4.39.8",
"@types/webpack-dev-server": "^3.4.0",
"@wasm-tool/wasm-pack-plugin": "^1.0.1",
"babel-loader": "^8.0.6",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"css-loader": "^3.2.0",
"html-webpack-plugin": "^3.2.0",
"html-webpack-root-plugin": "^0.10.0",
"monaco-editor": "^0.18.1",
"monaco-editor-webpack-plugin": "^1.7.0",
"raw-loader": "^3.1.0",
"rust-native-wasm-loader": "^0.8.1",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.4.1",
"ts-toolbelt": "^4.10.7",
"typescript": "^3.7.2",
"wasm-dce": "^1.0.2",
"wasm-loader": "^1.3.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
}
}