-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
76 lines (76 loc) · 2.3 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
{
"name": "mozillians-front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"lint": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service lint",
"test:unit": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service test:unit --verbose",
"inspect": "export SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service inspect"
},
"dependencies": {
"@fluent/bundle": "^0.15.1",
"@types/jest": "^25.2.3",
"apollo-boost": "^0.4.9",
"apollo-cache-inmemory": "^1.6.6",
"blueimp-load-image": "^5.12.0",
"core-js": "^3.6.5",
"cropd": "^1.0.3",
"downshift": "^5.4.2",
"eslint-plugin-jest": "^23.13.2",
"graphql": "^15.1.0",
"identicon.js": "^2.3.3",
"insane": "^2.6.2",
"lodash.throttle": "^4.1.1",
"marked": "^1.1.0",
"object.pick": "^1.3.0",
"preact": "^10.4.4",
"vue": "^2.6.11",
"vue-apollo": "^3.0.3",
"vue-router": "^3.3.2",
"vuex": "^3.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.10.2",
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-plugin-unit-jest": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-vue": "^6.2.2",
"husky": "^4.2.5",
"i18n-lint": "github:jwarby/i18n-lint",
"image-webpack-loader": "^6.0.0",
"jest-raw-loader": "^1.0.1",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"raw-loader": "^4.0.1",
"svg-sprite-loader": "^5.0.0",
"vue-axe": "^2.3.0",
"vue-template-compiler": "^2.6.11",
"yaml": "^1.10.0"
},
"husky": {
"hooks": {
"pre-commit": "i18n-lint -t '{{,}}' \"src/**/*.vue\" && pretty-quick --staged"
}
},
"browserslist": [
"> 0.5%",
"last 2 Firefox versions",
"Firefox ESR",
"not ie < 12",
"not op_mini all"
],
"resolutions": {
"event-stream": "3.3.4"
}
}