-
Notifications
You must be signed in to change notification settings - Fork 169
/
package.json
140 lines (140 loc) · 5.8 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"name": "coding-with-chrome",
"version": "10.7.2",
"description": "Educational Coding Development Environment",
"repository": {
"type": "git",
"url": "git+https://github.com/google/coding-with-chrome.git"
},
"author": "Markus Bordihn ([email protected])",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google/coding-with-chrome/issues"
},
"homepage": "https://google.github.io/coding-with-chrome/",
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/node": "^7.23.9",
"@babel/plugin-syntax-jsx": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@babel/register": "^7.23.7",
"@codemirror/commands": "^6.3.3",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-javascript": "^6.2.2",
"@codemirror/state": "^6.4.1",
"@emotion/styled": "^11.11.5",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@lhci/cli": "^0.13.0",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@mui/styled-engine": "^5.15.14",
"@playwright/test": "^1.43.0",
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.2.75",
"@types/serviceworker-webpack-plugin": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@uiw/react-codemirror": "^4.21.25",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "^7.1.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"emoji-picker-react": "^4.9.2",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"file-loader": "^6.2.0",
"gh-pages": "^6.1.1",
"html-minimizer-webpack-plugin": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"i18next": "^23.11.1",
"i18next-browser-languagedetector": "^7.2.1",
"i18next-http-backend": "^2.5.0",
"json-minimizer-webpack-plugin": "^5.0.0",
"karma": "^6.4.3",
"karma-chrome-launcher": "^3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^2.1.3",
"karma-jasmine": "^5.1.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sourcemap-loader": "^0.4.0",
"karma-webkit-launcher": "^2.4.0",
"karma-webpack": "^5.0.1",
"material-icons": "^1.13.12",
"mini-css-extract-plugin": "^2.8.1",
"npm": "^10.5.1",
"phaser": "^3.80.1",
"playwright": "^1.43.0",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-blockly": "^8.1.1",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.0",
"react-mosaic-component": "^6.1.0",
"react-router-dom": "^6.22.3",
"react-winbox": "^1.5.0",
"sass": "^1.74.1",
"sass-loader": "^14.1.1",
"style-loader": "^4.0.0",
"styled-components": "^6.1.8",
"terser-webpack-plugin": "^5.3.10",
"typescript": "^5.4.4",
"uglify-js": "^3.17.4",
"url-loader": "^4.1.1",
"uuid": "^9.0.1",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^5.10.0",
"xterm": "^5.3.0"
},
"scripts": {
"deploy": "gh-pages -d dist",
"karma:chrome": "karma start test/unit_tests/all.conf --browsers=Chrome --single-run=false",
"karma:test": "karma start test/unit_tests/all.conf --browsers=Chrome --single-run=true",
"lint": "npm run lint:javascript",
"lint:fix": "eslint --fix .",
"lint:javascript": "eslint .",
"lighthouse": "lhci autorun",
"predeploy": "npm run build:deploy",
"pretest": "npm run lint",
"compress:frameworks": "npm run compress:frameworks_phaser",
"compress:frameworks_phaser": "uglifyjs src/frameworks/phaser/phaser_extras.js -o src/frameworks/phaser/phaser_extras.min.js -c --comments /license/ && uglifyjs src/frameworks/phaser/phaser_helper.js -o src/frameworks/phaser/phaser_helper.min.js -c --comments /license/",
"sync": "git pull && git submodule init && git submodule update && npm install && npm update && npm prune && npm audit fix",
"webpack:stats": "webpack --config build/webpack.config.prod.babel.js --json > webpack-stats.json",
"upgrade": "npx npm-check -u --skip-unused && npm install && npm update && npm prune && npm audit fix && npx browserslist@latest --update-db",
"== Tests ==": "",
"test": "npm run test:units",
"test:units": "karma start test/unit_tests/all.conf",
"test:units:fs": "karma start test/unit_tests/fs.conf",
"test:units:kernel": "karma start test/unit_tests/kernel.conf",
"test:units:utils": "karma start test/unit_tests/utils.conf",
"pretest:units": "npx playwright install-deps && npx playwright install",
"== Build Definitions ==": "",
"build": "webpack --config build/webpack.config.prod.babel.js",
"build:dev": "webpack --config build/webpack.config.dev.babel.js",
"build:deploy": "webpack --config build/webpack.config.deploy.babel.js",
"build:test": "webpack --config build/webpack.config.test.babel.js",
"prebuild": "npm run compress:frameworks",
"prebuild:dev": "npm run compress:frameworks",
"prebuild:deploy": "npm run compress:frameworks",
"prebuild:test": "npm run compress:frameworks",
"== Start Definitions ==": "",
"start": "webpack serve --config build/webpack.config.prod.babel.js",
"start:dev": "webpack serve --config build/webpack.config.dev.babel.js",
"start:lighthouse": "webpack serve --config build/webpack.config.lighthouse.babel.js",
"prestart": "npm run compress:frameworks",
"prestart:dev": "npm run compress:frameworks",
"prestart:lighthouse": "npm run compress:frameworks"
}
}