-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.19 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
{
"name": "@beehivecms/core",
"version": "1.0.0",
"description": "Short description and motivation.",
"main": "frontend/dist/index.js",
"source": "frontend/src/controllers/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "microbundle",
"watch": "microbundle -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beehive-cms/beehive.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/beehive-cms/beehive/issues"
},
"homepage": "https://github.com/beehive-cms/beehive#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "7",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"microbundle": "^0.9.0",
"stimulus": "^1.1.1",
"turbolinks": "^5.2.0",
"uppy-activestorage-upload": "^0.1.0"
},
"dependencies": {
"@rails/activestorage": "^6.0.0-alpha",
"@uppy/core": "^0.29.0",
"@uppy/dashboard": "^0.29.0",
"@uppy/xhr-upload": "^0.29.0",
"dragula": "^3.7.2",
"rails-ujs": "^5.2.2"
}
}