-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
74 lines (74 loc) · 1.89 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
{
"name": "@suburbia/frontend",
"version": "0.1.0",
"license": "UNLICENSED",
"scripts": {
"test": "jest",
"prestart": "npm run build",
"build": "webpack --mode=production",
"dev": "webpack --watch --progress --info-verbosity verbose"
},
"browserslist": [
"defaults",
"last 4 versions",
"not dead"
],
"dependencies": {
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/register": "^7.4.0",
"@babel/runtime": "^7.4.2",
"@johmun/vue-tags-input": "^2.1.0",
"@sentry/browser": "^4.6.6",
"babel-loader": "^8.0.5",
"canvas-confetti": "^1.0.3",
"clean-webpack-plugin": "^1.0.0",
"cssnano": "^4.1.7",
"eslint": "^5.16.0",
"file-loader": "^3.0.1",
"highcharts": "^7.1.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.0.1",
"sass-loader": "^7.1.0",
"tailwindcss": "^1.2.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.2",
"vue-select": "^3.4.0",
"vue-template-compiler": "^2.6.10",
"vue-text-highlight": "^2.0.10",
"vue-tippy": "^4.2.1",
"vuejs-datepicker": "^1.5.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-manifest-plugin": "^2.0.4",
"whatwg-fetch": "^3.0.0"
},
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"@babel/plugin-transform-runtime"
]
},
"jest": {
"verbose": true,
"clearMocks": true
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/node": "^7.2.2",
"@fortawesome/fontawesome-free": "^5.10.1",
"@types/jest": "^23.3.10",
"autoprefixer": "^9.7.5",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.6.0",
"browserslist": "^4.11.0",
"caniuse-lite": "^1.0.30001037",
"css-loader": "^2.1.1",
"jest": "^24.6.0"
}
}