-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.48 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "gameengine",
"version": "0.0.1",
"description": "Game engine",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open --hot",
"build": "webpack --mode production",
"compile": "tsc --project ./ "
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nortren/GameEngine.git"
},
"author": "as.stromov",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nortren/GameEngine/issues"
},
"homepage": "https://github.com/Nortren/GameEngine#readme",
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@types/react": "^16.9.41",
"@types/react-dom": "^16.9.8",
"babel-loader": "^8.0.6",
"bootstrap": "^4.3.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.0",
"eslint": "^5.16.0",
"file-loader": "^4.3.0",
"html-webpack-plugin": "^3.2.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^0.9.0",
"nodemon": "^1.19.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"redux-devtools": "^3.5.0",
"source-map-loader": "^1.0.1",
"style-loader": "^1.1.0",
"three": "^0.112.1",
"ts-loader": "^7.0.5",
"typescript": "^3.9.6",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.1.0",
"webpack": "^4.41.4",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.8.0",
"yarn": "^1.17.3",
"stylelint": "^10.1.0",
"stylelint-config-standard": "^18.2.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.4-1",
"@tensor-corp/eslint-config": "^2.0.7",
"express": "^4.17.1",
"font-awesome": "^4.7.0",
"fs": "0.0.1-security",
"immutable": "^4.0.0-rc.12",
"less": "^3.11.3",
"lessc": "^1.0.2",
"moleculer": "^0.14.2",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-fontawesome": "^1.7.1",
"react-hot-loader": "^4.12.10",
"react-leaf-carousel": "^1.2.2",
"react-redux": "^7.1.3",
"react-scripts-cssmodules": "^1.1.50",
"react-yandex-maps": "^4.2.0",
"redux": "^4.0.5",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"three-obj-loader": "^1.1.3",
"three-orbitcontrols": "^2.110.3",
"uws": "^100.0.1"
}
}