This repository has been archived by the owner on Jun 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 148
/
package.json
46 lines (46 loc) · 1.7 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
{
"name": "blender",
"private": true,
"license": "MIT",
"authors": [
"Sebastian De Deyne <[email protected]>",
"Freek Van der Herten <[email protected]>",
"Willem Van Bockstal <[email protected]>"
],
"repository": {
"type": "git",
"url": "[email protected]:spatie-custom/blender.git"
},
"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",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"format": "prettier --write 'resources/assets/**/*.{css,js,vue}'",
"lint": "eslint resources/assets/js --fix --ext js,vue"
},
"dependencies": {
"@spatie/blender-content-blocks": "^2.0.1",
"@spatie/blender-css": "^5.0.3",
"@spatie/blender-js": "^1.4.0",
"@spatie/blender-media": "^3.3.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-polyfill": "^6.16.0",
"caniuse-lite": "^1.0.30000697",
"chart.js": "^1.0.2",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-vue": "^4.4.0",
"jquery": "^3.0.0",
"laravel-mix": "^2.1.0",
"laravel-mix-purgecss": "^2.0.0",
"lodash": "^4.16.6",
"object-fit-images": "^3.2.3",
"postcss-cssnext": "^3.0.2",
"postcss-easy-import": "^3.0.0",
"prettier": "^1.10.2",
"spatie-dom": "^1.0.0",
"tailwindcss": "^0.5.0",
"viewport-utility": "^1.2.2",
"vue": "^2.5.0"
}
}