forked from Kmschr/BrickCartographer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "brick-cartographer",
"version": "1.0.0",
"description": "Brickadia mapping tool",
"author": "Kmschr <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Kmschr/BrickCartographer"
},
"license": "GPL-3.0-only",
"scripts": {
"build": "wasm-pack build && npm i && cross-env webpack --config ./webpack.prod.config.js --progress --colors",
"dev": "cross-env webpack-dev-server --config ./webpack.dev.config.js"
},
"dependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"bootstrap": "^4.5.2",
"cross-env": "^7.0.2",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"rc-slider": "^9.7.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.2.1",
"ulog": "^2.0.0-beta.7",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}