-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
120 lines (120 loc) · 3.31 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
{
"name": "adapt_framework",
"version": "5.31.10",
"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": ">=14"
},
"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": "^2.1.3",
"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.1",
"time-grunt": "^2.0.0",
"underscore": "^1.13.1",
"underscore-deep-extend": "^1.1.5"
},
"devDependencies": {
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.5",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-eslint": "^3.0.9",
"cypress": "^10.10.0",
"eslint": "^8.17.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-requirejs": "^4.0.1",
"eslint-plugin-standard": "^5.0.0",
"semantic-release": "^19.0.3",
"wait-on": "^6.0.1"
},
"optionalDependencies": {
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.0",
"imagemin-svgo": "^8.0.0"
},
"release": {
"plugins": [
[
"@semantic-release/commit-analyzer",
{
"preset": "eslint"
}
],
[
"@semantic-release/release-notes-generator",
{
"preset": "eslint"
}
],
"@semantic-release/npm",
"@semantic-release/github",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "Chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}
]
]
},
"rubpatchversion": "0.2.4",
"rublastupdatetime": 1686347850274
}