-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.6 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.6 KB
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
{
"name": "adapt-authoring-ui",
"version": "2.0.7",
"description": "Front-end application for the Adapt authoring tool",
"homepage": "https://github.com/adapt-security/adapt-authoring-ui",
"license": "GPL-3.0",
"type": "module",
"main": "index.js",
"scripts": {
"postinstall": "node npm_hooks/postinstall.js",
"test": "node --test 'tests/**/*.spec.js'"
},
"repository": "github:adapt-security/adapt-authoring-ui",
"dependencies": {
"@babel/core": "^7.23.9",
"@babel/plugin-transform-modules-commonjs": "^7.21.2",
"@babel/plugin-transform-react-jsx": "^7.20.13",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.18.6",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^1.0.0",
"adapt-authoring-core": "^2.0.0",
"babel-plugin-transform-amd-to-es6": "^1.0.2",
"cpy": "^13.0.0",
"fs-extra": "^11.2.0",
"gaze": "^1.1.3",
"glob": "^13.0.0",
"handlebars": "^4.7.8",
"less": "^4.2.0",
"magic-string": "^0.30.0",
"requirejs": "^2.3.6",
"resolve": "^1.22.2",
"rollup": "^2.79.1",
"rollup-plugin-inject-process-env": "*",
"upath": "^2.0.1"
},
"peerDependencies": {
"adapt-authoring-adaptframework": "^2.0.0",
"adapt-authoring-server": "^2.0.0"
},
"devDependencies": {
"@adaptlearning/semantic-release-config": "^1.0.0",
"standard": "^17.1.0"
},
"release": {
"extends": "@adaptlearning/semantic-release-config"
},
"standard": {
"ignore": [
"app",
"npm_hooks"
]
}
}