-
Notifications
You must be signed in to change notification settings - Fork 248
/
package.json
92 lines (92 loc) · 2.96 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
{
"name": "adapt_framework",
"version": "5.41.12",
"description": "Adapt Learning output framework",
"repository": {
"type": "git",
"url": "git://github.com/adaptlearning/adapt_framework.git"
},
"scripts": {
"preinstall": "node gitmodules.js",
"lint": "node node_modules/eslint/bin/eslint.js ./",
"test": "node ./test.js"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/adaptlearning/adapt_framework/issues"
},
"engines": {
"node": ">=16"
},
"private": true,
"dependencies": {
"@babel/core": "^7.21.4",
"@babel/plugin-transform-react-jsx": "^7.21.0",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-terser": "^0.4.0",
"@types/backbone": "^1.4.14",
"@types/jquery": "^3.5.16",
"async": "^3.2.2",
"babel-plugin-transform-amd-to-es6": "^0.6.1",
"babel-plugin-transform-react-templates": "^0.1.0",
"chalk": "^2.4.1",
"columnify": "^1.5.4",
"csv": "^5.5.3",
"fs-extra": "^8.1.0",
"globs": "^0.1.4",
"grunt": "^1.6.1",
"grunt-concurrent": "^3.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-file-order": "^1.0.0",
"grunt-json-minify": "^1.1.0",
"grunt-jsonlint": "^3.0.0",
"grunt-newer": "^1.3.0",
"grunt-replace": "^2.0.2",
"grunt-terser": "^2.0.0",
"handlebars": "^4.7.7",
"iconv-lite": "^0.6.3",
"jit-grunt": "^0.10.0",
"jschardet": "^1.6.0",
"jshint-stylish": "^2.2.1",
"less": "^3.9.0",
"load-grunt-config": "^4.0.1",
"lodash": "^4.17.19",
"nsdeclare": "^0.1.0",
"rollup": "^2.79.2",
"semver": "^7.6.0",
"time-grunt": "^2.0.0",
"underscore": "^1.13.1",
"underscore-deep-extend": "^1.1.5"
},
"devDependencies": {
"@semantic-release/git": "^10.0.1",
"conventional-changelog-eslint": "^5.0.0",
"cypress": "^13.6.3",
"eslint": "^8.49.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-requirejs": "^4.0.1",
"jest": "^29.3.1",
"jest-environment-adapt": "^1.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"semantic-release": "^22.0.12",
"wait-on": "^7.2.0"
},
"optionalDependencies": {
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^8.0.0"
}
}