forked from orchidsoftware/platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.87 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
{
"private": true,
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"eslint": "./node_modules/.bin/eslint resources/js/ --fix"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-transform-block-scoping": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"axios": "^0.18",
"bootstrap": "^4.3.1",
"codeflask": "^1.4.0",
"cropperjs": "^1.5.1",
"cross-env": "^5.2.0",
"dropzone": "^5.5.1",
"exports-loader": "^0.7.0",
"file-loader": "^1.1.11",
"flatpickr": "^4.5.7",
"frappe-charts": "^1.1.0",
"imports-loader": "^0.8.0",
"inputmask": "^3.3",
"jquery": "^3.4.1",
"laravel-mix": "^4.0.15",
"leaflet": "^1.3.4",
"node-sass": "^4.12.0",
"open-color": "^1.6.3",
"orchid-icons": "^1.0.9",
"popper.js": "^1.15.0",
"quill": "^1.3.6",
"select2": "4.0.5",
"select2-bootstrap-theme": "0.1.0-beta.10",
"simplemde": "^1.11",
"sortablejs": "^1.9.0",
"stimulus": "^1.1.1",
"stimulus-flatpickr": "^1.0",
"tinymce": "^4.9.4",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"eslint": "^5.15.2",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.17.2",
"resolve-url-loader": "^2.3.2",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.9"
}
}