-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 1.85 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
{
"name": "perennial",
"version": "0.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/phetsims/perennial.git"
},
"scripts": {
"test": "bash bin/sage run node_modules/qunit/bin/qunit.js js/test/perennial-tests.js",
"test-long": "bash bin/sage run node_modules/qunit/bin/qunit.js test/* js/test/perennial-tests.js"
},
"devDependencies": {
"@octokit/rest": "~16.33.1",
"@stylistic/eslint-plugin": "~2.8.0",
"@types/grunt": "~0.4.31",
"@types/lodash": "~4.17.9",
"@types/jquery": "~3.5.13",
"@types/p2": "~0.7.39",
"@types/pako": "~2.0.0",
"@types/qunit": "~2.19.6",
"@types/react": "~18.0.12",
"@types/react-dom": "~18.0.5",
"@types/three": "~0.137.0",
"@types/fluent": "~0.11.7",
"@types/nopt": "~3.0.32",
"@webgpu/types": "~0.1.34",
"@typescript-eslint/eslint-plugin": "~8.13.0",
"@typescript-eslint/parser": "~8.13.0",
"@typescript-eslint/utils": "~8.13.0",
"async": "~0.9.2",
"async-mutex": "~0.4.0",
"async-q": "~0.3.1",
"axios": "~0.21.4",
"csv-parser": "~3.0.0",
"emailjs": "~3.8.0",
"eslint": "~9.12.0",
"eslint-plugin-html": "~8.1.2",
"eslint-plugin-react": "~7.36.1",
"express": "~4.16.2",
"globals": "~15.9.0",
"graceful-fs": "~4.1.11",
"grunt": "~1.5.3",
"html-differ": "~1.4.0",
"lodash": "~4.17.10",
"mimelib": "~0.2.19",
"minimist": "~1.2.8",
"ncp": "~2.0.0",
"nopt": "~4.0.1",
"playwright": "~1.33.0",
"puppeteer": "~19.2.2",
"qunit": "~2.20.0",
"rimraf": "~2.5.4",
"rsync": "~0.6.1",
"thread-sleep": "~2.0.0",
"ts-morph": "~21.0.1",
"tsx": "~4.19.1",
"typescript": "~5.6.3",
"winston": "~2.4.5",
"winston-loggly": "~1.3.1",
"xml2js": "~0.4.15"
},
"dependencies": {
"nodemailer": "^6.9.1",
"pug": "^3.0.2"
}
}