-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 918 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 918 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
{
"scripts": {
"build": "node --preserve-symlinks node_modules/webpack/bin/webpack.js --config content/dota_addons/guarding_athena/panorama/webpack.config.js",
"dev": "node --preserve-symlinks node_modules/webpack/bin/webpack.js --config content/dota_addons/guarding_athena/panorama/webpack.config.js --watch"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@demon673/react-panorama": "^0.2.0",
"@demon673/webpack-panorama": "^0.2.0",
"@types/classnames": "^2.2.10",
"@types/react": "^16.9.53",
"babel-loader": "^8.1.0",
"classnames": "^2.2.6",
"file-loader": "^6.1.0",
"fork-ts-checker-webpack-plugin": "^5.2.0",
"less": "^3.12.2",
"less-loader": "^7.0.1",
"panorama-types": "^1.6.1",
"react": "^16.13.1",
"ts-loader": "^8.0.4",
"typescript": "^4.2.4",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
}
}