-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
49 lines (49 loc) · 1.51 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
{
"name": "chipper",
"version": "2.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/chipper.git"
},
"scripts": {
"test": "bash ../perennial-alias/bin/sage run ../perennial-alias/node_modules/qunit/bin/qunit.js js/test/chipper-tests.ts",
"test-long": "bash ../perennial-alias/bin/sage run ../perennial-alias/node_modules/qunit/bin/qunit.js js/test/*",
"test-string-keys": "bash ../perennial-alias/bin/sage run js/scripts/assertNoMissingMainEnStringKeys.ts",
"test-deprecated-string-keys": "bash ../perennial-alias/bin/sage run js/scripts/assertAllDeprecatedStringKeysUsed.ts"
},
"phet": {
"chipperSupportsOutputJSGruntTasks": true,
"supportsOutputJS": true,
"published": true,
"generatedUnitTests": true
},
"devDependencies": {
"@babel/preset-env": "~7.21.4",
"@swc/cli": "~0.5.2",
"@swc/core": "~1.10.1",
"@types/lodash": "~4.14.172",
"archiver": "~5.3.0",
"chokidar": "~3.5.1",
"docdash": "~1.2.0",
"esbuild": "~0.25.0",
"expose-loader": "~4.1.0",
"grunt": "~1.5.3",
"html-webpack-plugin": "~5.3.2",
"jimp": "~0.16.1",
"json5": "^2.2.3",
"jpeg-js": "~0.4.3",
"jsdoc": "~4.0.4",
"lodash": "~4.17.21",
"marked": "~4.0.1",
"modify-source-webpack-plugin": "~4.1.0",
"node-html-encoder": "~0.0.2",
"pako": "~2.0.4",
"pngjs": "~6.0.0",
"svgo": "~3.2.0",
"taffydb": "~2.7.3",
"terser": "~4.6.4",
"webpack": "~5.95.0",
"webpack-cli": "~5.0.0"
}
}