-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
64 lines (64 loc) · 1.85 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
{
"name": "craftable",
"version": "2.1.6",
"description": "This is a frontend dependency for Craftable. Craftable is a Laravel-based open-source toolkit for building administration interfaces.",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"js": "babel src --presets babel-preset-es2015 --out-dir dist",
"build": "npm run js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BRACKETS-by-TRIAD/craftable-frontend.git"
},
"author": "Brackets",
"license": "MIT",
"bugs": {
"url": "https://github.com/BRACKETS-by-TRIAD/craftable-frontend/issues"
},
"homepage": "https://github.com/BRACKETS-by-TRIAD/craftable-frontend#readme",
"dependencies": {
"@coreui/coreui": "^2.1.1",
"@coreui/icons": "^0.3.0",
"axios": "^0.21.0",
"bootstrap": "^4.1.3",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"moment": "^2.18.1",
"moment-timezone": "^0.5.26",
"perfect-scrollbar": "^1.4.0",
"popper.js": "^1.14.5",
"simple-line-icons": "^2.4.1",
"trumbowyg": "^2.10.0",
"v-tooltip": "^2.0.0-rc.33",
"vee-validate": "^2.0.0-rc.13",
"vue": "^2.3.4",
"vue-cookie": "^1.1.4",
"vue-flatpickr-component": "^2.4.1",
"vue-js-modal": "^1.2.8",
"vue-multiselect": "^2.0.2",
"vue-notification": "^1.3.2",
"vue-quill-editor": "^2.3.0",
"vue-template-compiler": "^2.5.21",
"vue-trumbowyg": "^3.3.0",
"vue2-dropzone": "^2.3.5"
},
"devDependencies": {
"autoprefixer": "^9.3.1",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"cpx": "^1.5.0",
"node-sass": "^5.0.0",
"sass-loader": "^8.0.2",
"postcss-cli": "^8.3.1",
"vue-loader": "^15.9.6",
"resolve-url-loader": "^3.1.0"
},
"files": [
"/dist",
"/img",
"/scss"
]
}