-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.77 KB
/
Copy pathpackage.json
File metadata and controls
71 lines (71 loc) · 2.77 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env 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": "cross-env 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": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test:unit": "jest --config jest.config.js",
"test:unit:watch": "jest --watchAll --config jest.config.js",
"coverage": "jest --coverage",
"e2e:open": "cypress open",
"e2e": "cypress run"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"bootstrap-vue": "^2.0.0-rc.11",
"i": "^0.3.6",
"iview": "^3.2.2",
"mutationobserver-shim": "^0.3.3",
"npm": "^6.7.0",
"promise.prototype.finally": "^3.1.0",
"rxjs": "^6.4.0",
"vee-validate": "^2.1.7",
"vue-authenticate": "^1.3.4",
"vue-axios": "^2.1.4",
"vue-faker": "^1.0.1",
"vue-infinite-loading": "^2.4.3",
"vue-notification": "^1.3.16",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.0.2",
"vue-rx": "^6.1.0",
"vuex": "^3.1.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-plugin-unit-jest": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"@vue/test-utils": "^1.0.0-beta.20",
"axios": "^0.18",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.0.0",
"bootstrap": "4.3.1",
"cross-env": "^5.1",
"cypress": "^3.1.5",
"eslint-plugin-cypress": "^2.2.1",
"faker": "^4.1.0",
"flush-promises": "^1.0.2",
"jest": "^24.0.0",
"jest-html-reporter": "^2.4.4",
"jest-serializer-vue": "^2.0.2",
"jest-transform-stub": "^1.0.0",
"jquery": "^3.2",
"laravel-mix": "^4.0.7",
"lodash": "^4.17.5",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.15.2",
"sass-loader": "^7.1.0",
"vue": "^2.5.17",
"vue-jest": "^3.0.2",
"vue-template-compiler": "^2.5.22"
}
}