-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "@adityahegde/yare.io",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "node build.js",
"build-test": "npx webpack && npm run build"
},
"mocha": {
"require": [
"ts-node/register"
]
},
"author": "[email protected]",
"license": "ISC",
"devDependencies": {
"@adityahegde/yare-io-local": "^0.3.0",
"@rollup/stream": "^2.0.0",
"@types/mocha": "^8.2.2",
"@types/node": "^14.17.2",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"eslint": "^7.28.0",
"html-webpack-plugin": "^5.3.1",
"mocha": "^8.4.0",
"pixi.js": "^6.0.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rollup": "^2.50.6",
"rollup-plugin-typescript2": "^0.30.0",
"sinon": "^11.1.1",
"ts-loader": "^9.2.2",
"ts-node": "^10.0.0",
"tslint": "^6.1.3",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"workerpool": "^6.1.4"
}
}