-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 2.2 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "node_modules/cross-env/src/bin/cross-env.js NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "node_modules/cross-env/src/bin/cross-env.js NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "node_modules/cross-env/src/bin/cross-env.js NODE_ENV=testing node_modules/mochapack/bin/mochapack --webpack-config=node_modules/laravel-mix/setup/webpack.config.js --require tests/vue/setup.js tests/vue/**/*.spec.js",
"test-watch": "node_modules/cross-env/src/bin/cross-env.js NODE_ENV=testing node_modules/mochapack/bin/mochapack --webpack-config=node_modules/laravel-mix/setup/webpack.config.js --watch --require tests/vue/setup.js tests/vue/**/*.spec.js"
},
"devDependencies": {
"@vue/test-utils": "^1.0.0-beta.30",
"bootstrap": "^4.0.0",
"cross-env": "^6.0.3",
"expect": "^24.9.0",
"jquery": "^3.5",
"jsdom": "^15.2.1",
"jsdom-global": "^3.0.2",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.13",
"mocha": "^6.2.2",
"mochapack": "^1.1.13",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.20.1",
"sass-loader": "7.*",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.0",
"apollo-boost": "^0.4.4",
"axios": "^0.19.0",
"graphql": "^14.5.8",
"js-cookie": "^2.2.1",
"nprogress": "^0.2.0",
"vue-apollo": "^3.0.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
}
}