This repository has been archived by the owner on Mar 31, 2021. It is now read-only.
generated from darkaqua/redux-saga-ecs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.56 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
{
"name": "dark-engine",
"version": "1.4.0",
"data": {
"environment": "development",
"buildId": "dev-0.0.0"
},
"description": "",
"author": "darkaqua",
"license": "MIT",
"main": "src/index.ts",
"scripts": {
"prepro": "webpack serve --host \"localhost\" --port 8080 --inline --progress --profile --watch --content-base src/",
"start": "webpack serve --host \"localhost\" --port 8080 --inline --progress --profile --watch --content-base src/ --mode=development",
"build": "webpack --config webpack.config.js --mode production",
"test": "jest",
"test:watch": "jest --watch"
},
"keywords": [
"node",
"typescript"
],
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-typescript": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^26.0.15",
"@types/node": "latest",
"@types/pixi.js": "^5.0.0",
"@types/uuid": "^8.3.0",
"awesome-typescript-loader": "^5.2.1",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"immer": "^8.0.0",
"jest": "^26.6.3",
"nodemon": "latest",
"only-ttf-loader": "^1.0.0",
"pixi.js": "^5.3.3",
"redux": "^4.0.5",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"source-map-loader": "^1.1.2",
"stats-non-clickable-js": "^1.0.4",
"ts-node": "latest",
"tslint": "^6.1.3",
"tslint-loader": "^3.5.4",
"typescript": "latest",
"uuid": "^8.3.1",
"webpack": "^5.9.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.0"
}
}