forked from spatie/dashboard.spatie.be
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.22 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
{
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"format": "prettier --write \"**/*.{css,js,vue}\" && composer fix-cs"
},
"dependencies": {
"axios": "^0.16.2",
"chai": "^3.5.0",
"cross-env": "^5.0.1",
"laravel-echo": "^1.3.4",
"laravel-mix": "^2.0.0",
"lodash": "^4.17.4",
"moment": "^2.13.0",
"moment-duration-format": "^1.3.0",
"moment-timezone": "^0.5.13",
"postcss-easy-import": "^3.0.0",
"pusher-js": "^3.2.1",
"stringz": "^0.2.1",
"twemoji": "^2.3.0",
"vue": "^2.0.1",
"vue-save-state": "^1.1.0"
},
"devDependencies": {
"chai": "^3.5.0",
"jest": "^20.0.4",
"mockdate": "^2.0.1",
"prettier": "^1.10.2"
},
"jest": {
"testRegex": "test.js$"
}
}