-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.58 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.58 KB
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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "pxt-lets-steam",
"version": "1.0.37",
"description": "MakeCode editor for Let's STEAM project",
"public": true,
"keywords": [
"JavaScript",
"Education",
"Let's STEAM",
"pxt",
"MakeCode"
],
"scripts": {
"setup": "npm install",
"serve": "pxt serve --cloud --just --no-browser --no-serial -h 0.0.0.0 -p 8080 -w 8081",
"test": "pxt ci",
"build": "npm run setup && pxt buildtarget",
"staticpackage": "pxt staticpkg",
"staticserve": "http-server -c-1 built/packaged",
"clean": "pxt clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/letsteam/pxt-lets-steam.git"
},
"author": "",
"license": "MIT",
"homepage": "https://github.com/letsteam/pxt-lets-steam#readme",
"files": [
"README.md",
"pxtarget.json",
"targetconfig.json",
"built/*.js",
"built/*.json",
"built/*.d.ts",
"sim/public",
"docs/*.md",
"docs/*/*.md",
"docs/*/*/*.md",
"docs/static/*.svg",
"docs/static/*.png",
"docs/static/libs/*.png",
"docs/static/fonts/*",
"docs/static/icons/favicon.ico"
],
"devDependencies": {
"@types/marked": "0.3.0",
"@types/node": "10.14.2",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.25",
"@types/web-bluetooth": "0.0.4",
"less": "3.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"semantic-ui-less": "2.4.1",
"typescript": "4.8.3"
},
"dependencies": {
"dapjs": "^2.3.0",
"http-server": "^14.0.0",
"pxt": "^0.5.1",
"pxt-common-packages": "12.0.1",
"pxt-core": "10.0.17"
}
}