-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.28 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
{
"name": "spam-to-defend",
"version": "0.0.1",
"description": "[Open Jam 2018](https://itch.io/jam/open-jam-2018) - SPAM TO WIN!",
"main": "./index.html",
"dependencies": {
"pixi-particles": "^3.1.0",
"pixi.js": "^4.8.2"
},
"devDependencies": {
"@types/pixi.js": "^4.8.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.4",
"style-loader": "^0.23.1",
"ts-loader": "^5.2.1",
"tslint": "^5.11.0",
"typescript": "^3.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9"
},
"scripts": {
"build": "webpack --mode=production",
"build:dev": "npm run webpack -- --env.mode development",
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server --env.mode development --open",
"dev": "npm run webpack-dev-server",
"start": "npm run dev",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Tarkiflettes/Spam-to-defend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Tarkiflettes/Spam-to-defend/issues"
},
"homepage": "https://github.com/Tarkiflettes/Spam-to-defend#readme"
}