forked from AlchemyCMS/alchemy_cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 949 Bytes
/
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
{
"name": "@alchemy_cms/admin",
"version": "6.0.0-b6",
"description": "AlchemyCMS",
"browser": "package/admin.js",
"files": [
"package/**/*"
],
"directories": {
"lib": "package"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlchemyCMS/alchemy_cms.git"
},
"keywords": [],
"author": "Thomas von Deyen",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/AlchemyCMS/alchemy_cms/issues"
},
"homepage": "https://github.com/AlchemyCMS/alchemy_cms#readme",
"dependencies": {
"lodash-es": "^4.17.21",
"sortablejs": "^1.10.2"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-jest": "^27.0.1",
"jest": "^25.2.7",
"prettier": "^2.0.2",
"xhr-mock": "^2.5.1"
},
"jest": {
"globals": {
"Alchemy": {}
},
"roots": [
"package"
]
}
}