-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
28 lines (28 loc) · 1002 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
{
"author": "Barrel Strength Design",
"license": "proprietary",
"scripts": {
"watch": "npm run build -- --watch",
"build": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"debug": "npm run dev -- --watch",
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"dependencies": {
"dom-autoscroller": "^2.3.4",
"dragula": "^3.7.2"
},
"devDependencies": {
"autoprefixer": "^9.7.6",
"craftcms-sass": "^1.6.7",
"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"laravel-mix": "^5.0.7",
"laravel-mix-polyfill": "^2.0.0",
"resolve-url-loader": "^3.1.1",
"sass": "^1.26.5",
"sass-loader": "^7.3.1",
"vue-template-compiler": "^2.6.11"
}
}