-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.2 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
{
"name": "thisisnotforagermapeditor",
"version": "1.0.0",
"description": "thisisnotforagerMapEditor",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --port 8000 --inline --progress --profile --colors --watch --content-base src/ --mode development",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jugacu/thisisnotforagerMapEditor.git"
},
"author": "Jugacu",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jugacu/thisisnotforagerMapEditor/issues"
},
"homepage": "https://github.com/Jugacu/thisisnotforagerMapEditor#readme",
"dependencies": {
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"pixi-viewport": "^4.2.3",
"pixi.js": "^5.1.5",
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"tslint": "^5.20.0",
"tslint-loader": "^3.5.4",
"typescript": "^3.6.3",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"devDependencies": {
"html-webpack-plugin": "^3.2.0"
}
}