-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 1003 Bytes
/
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
{
"name": "track-of-thought-web",
"version": "2.0.0",
"description": "A game to train diveded attention",
"repository": "https://github.com/mathieucaroff/track-of-thought-web",
"author": "Mathieu CAROFF <mathieu.caroff@free.fr>",
"license": "ISC",
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"mcabuild": "parcel build src/index.html --public-url track-of-thought-web.d"
},
"dependencies": {
"lodash": "^4.17.21",
"pixi.js": "^8.6.6",
"random-js": "^2.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.17",
"buffer": "^5.5.0",
"crypto-browserify": "^3.12.0",
"events": "^3.1.0",
"parcel": "^2.8.2",
"prettier": "^2.8.1",
"process": "^0.11.10",
"punycode": "^1.4.1",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.4"
}
}