-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
43 lines (43 loc) · 1.57 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
{
"name": "scheduled-tweets",
"private": true,
"license": "MIT",
"authors": [
"Sebastian De Deyne <sebastian@spatie.be>",
"Freek Van der Herten <freek@spatie.be>",
"Willem Van Bockstal <willem@spatie.be>"
],
"repository": {
"type": "git",
"url": "git@github.com: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": {
"axios": "^0.18",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"caniuse-lite": "^1.0.30000697",
"eslint": "^4.19.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-vue": "^4.4.0",
"form-backend-validation": "^2.3.3",
"laravel-echo": "^1.4.0",
"laravel-mix": "^2.1.0",
"laravel-mix-purgecss": "^2.0.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"portal-vue": "^1.3.0",
"postcss-cssnext": "^3.0.2",
"postcss-easy-import": "^3.0.0",
"prettier": "^1.10.2",
"pusher-js": "^4.2.2",
"tailwindcss": "^0.5.0",
"vue": "^2.5.7",
"vuex": "^3.0.1"
}
}