-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
129 lines (129 loc) · 4.45 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "press-revue",
"private": true,
"version": "0.12.1",
"repository": {
"type": "git",
"url": "git://github.com/thierrymarianne/press-revue.git"
},
"license": "MIT",
"scripts": {
"build": "make build",
"coverage": "make coverage",
"lint": "make linting",
"server": "make development-server",
"stats": "make stats",
"test": "make unit-tests",
"rebuild-node-sass": "make rebuild-node-sass"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.53",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.54",
"@babel/plugin-proposal-decorators": "^7.0.0-beta.54",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-beta.54",
"@babel/plugin-proposal-function-sent": "^7.0.0-beta.54",
"@babel/plugin-proposal-json-strings": "^7.0.0-beta.54",
"@babel/plugin-proposal-numeric-separator": "^7.0.0-beta.54",
"@babel/plugin-proposal-throw-expressions": "^7.0.0-beta.54",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.54",
"@babel/plugin-syntax-import-meta": "^7.0.0-beta.54",
"@babel/plugin-transform-runtime": "^7.0.0-rc.3",
"@babel/preset-env": "^7.0.0-beta.54",
"@babel/runtime": "^7.0.0-beta.53",
"@vue/server-test-utils": "^1.0.0-beta.21",
"@vue/test-utils": "^1.0.0-beta.21",
"animate.css": "^3.6.1",
"assets-webpack-plugin": "^3.8.4",
"axios-mock-adapter": "^1.15.0",
"babel-eslint": "^8.2.6",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^8.0.0-beta.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"chai": "^4.1.2",
"codecov": "^3.0.4",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"cssnano": "^4.0.3",
"eslint": "^4.14.0",
"eslint-config-airbnb-base": "13.0.0",
"eslint-config-prettier": "^3.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-vue": "^4.7.1",
"expect": "^23.4.0",
"favicons-webpack-plugin": "0.0.9",
"hoek": "^4.2.1",
"html-webpack-plugin": "^3.2.0",
"jsdom": "^11.12.0",
"jsdom-global": "^3.0.2",
"karma": "^2.0.5",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-coverage-istanbul-reporter": "^2.0.1",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "v4.0.0-beta.0",
"mini-css-extract-plugin": "^0.4.1",
"mocha": "^5.2.0",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.6",
"postcss-preset-env": "^5.2.2",
"postcss-scss": "^2.0.0",
"prettier": "^1.14.2",
"prettier-eslint": "^8.8.2",
"puppeteer": "^1.6.1",
"sass-loader": "^7.0.3",
"script-ext-html-webpack-plugin": "^2.0.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"vue-eslint-parser": "2.0.3",
"vue-loader": "15.2.6",
"vue-server-renderer": "2.x",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.16.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.10",
"webpack-manifest-plugin": "^2.0.3"
},
"dependencies": {
"@babel/plugin-syntax-class-properties": "^7.0.0-beta.54",
"@babel/plugin-syntax-decorators": "^7.0.0-beta.54",
"@babel/plugin-syntax-export-namespace-from": "^7.0.0-beta.54",
"@babel/plugin-syntax-function-sent": "^7.0.0-beta.54",
"@babel/plugin-syntax-json-strings": "^7.0.0-beta.54",
"@babel/plugin-syntax-numeric-separator": "^7.0.0-beta.54",
"@babel/plugin-syntax-throw-expressions": "^7.0.0-beta.54",
"@fortawesome/fontawesome-svg-core": "^1.2.1",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-regular-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.1.1",
"@fortawesome/vue-fontawesome": "^0.1.1",
"auth0-js": "^9.8.2",
"axios": "^0.18.0",
"axios-progress-bar": "^1.2.0",
"emoji-js": "^3.4.1",
"emotion": "^9.2.8",
"he": "^1.2.0",
"lodash-es": "^4.17.10",
"mime": "^2.3.1",
"node-uuid": "^1.4.8",
"raven-js": "^3.26.4",
"sanitize-html": "^1.18.2",
"uuid": "^3.3.2",
"vue": "^2.5.16",
"vue-axios": "^2.1.3",
"vue-clipboards": "^1.2.4",
"vue-emotion": "^0.4.2",
"vue-moment": "^4.0.0",
"vue-notification": "^1.3.12",
"vue-router": "^3.0.1",
"vue-shortkey": "^3.1.6",
"vuex": "^3.0.1"
}
}