forked from init-engineer/init.engineer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 3.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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "@init-engineer/init.engineer",
"author": "init-engineer [email protected]",
"private": true,
"license": "MIT",
"scripts": {
"dev": "cross-var $npm_execpath run development",
"development": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-var $npm_execpath run development -- --watch",
"watch-poll": "cross-var $npm_execpath run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "cross-var $npm_execpath run production",
"production": "cross-env NODE_ENV=production webpack --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "cross-env NODE_ENV=test jest",
"tdd": "cross-var $npm_execpath run test -- --watch --notify"
},
"devDependencies": {
"@coreui/coreui": "^2.1.16",
"@fortawesome/fontawesome-free": "^5.14.0",
"@vue/test-utils": "^1.1.0",
"axios": "^0.19.2",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^26.3.0",
"bootstrap": "^4.5.2",
"cross-env": "^5.2.0",
"cross-var": "^1.1.0",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^5.2.3",
"jest": "^26.4.2",
"jquery": "^3.5.1",
"laravel-mix": "^5.0.5",
"lodash": "^4.17.20",
"pace": "github:HubSpot/pace#v1.0.2",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"resolve-url-loader": "^2.3.2",
"sass": "^1.26.10",
"sass-loader": "^7.1.0",
"sweetalert2": "^8.19.0",
"vue": "^2.6.12",
"vue-jest": "^3.0.7",
"vue-template-compiler": "^2.6.12"
},
"browserslist": {
"development": "last 1 version",
"production": ">2%, Firefox ESR"
},
"jest": {
"testURL": "http://localhost",
"roots": [
"<rootDir>/tests/Javascript/"
],
"moduleNameMapper": {
"^@/(.*)$": "<rootDir>/resources/js/$1"
},
"moduleFileExtensions": [
"js",
"vue"
],
"transform": {
"^.+\\.js$": "babel-jest",
".*\\.(vue)$": "vue-jest"
}
},
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"@inotom/vue-go-top": "^1.3.0",
"acorn-jsx": "^5.3.1",
"animate.css": "^3.7.2",
"chart.js": "^2.9.3",
"css-doodle": "^0.7.7",
"csshake": "^1.5.3",
"fontfaceobserver": "^2.1.0",
"jshint": "^2.12.0",
"pretty-checkbox": "^3.0.3",
"vue-chartjs": "^3.5.1",
"vue-content-loading": "^1.6.0",
"vue-gallery": "^2.0.1",
"vue-infinite-loading": "^2.4.5",
"vue-marquee-text-component": "^1.1.1",
"vue-picture-input": "^2.1.6",
"vue-tippy": "^4.7.0",
"vuelidate": "^0.7.5"
}
}