-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.56 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": "awarded-front",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"storybook:serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"test:unit": "vue-cli-service test:unit --no-cache",
"test:unit:watch": "vue-cli-service test:unit --watch",
"test:unit:debug": "node --inspect-brk ./node_modules/.bin/vue-cli-service test:unit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"@sentry/browser": "^5.7.1",
"@sentry/integrations": "^5.7.1",
"@storybook/addon-storysource": "^5.2.5",
"affiliate-plugin-amazon": "^3.0.0",
"axios": "^0.19.0",
"core-js": "^2.6.10",
"date-fns": "^2.5.1",
"epic-spinners": "^1.1.0",
"fs": "0.0.1-security",
"html-truncate": "^1.2.2",
"loaders.css": "^0.1.2",
"lodash.groupby": "^4.6.0",
"lodash.orderby": "^4.6.0",
"register-service-worker": "^1.6.2",
"velocity-animate": "^2.0.5",
"vue": "^2.6.10",
"vue-apollo": "^3.0.0",
"vue-markdown": "^2.2.4",
"vue-meta": "^2.3.1",
"vue-page-transition": "^0.2.2",
"vue-router": "^3.1.3",
"xml2js": "^0.4.22"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@storybook/addon-actions": "^5.2.5",
"@storybook/addon-knobs": "^5.2.5",
"@storybook/addon-links": "^5.2.5",
"@storybook/addon-notes": "^5.2.5",
"@storybook/addon-viewport": "^5.2.5",
"@storybook/vue": "^5.2.5",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^3.12.1",
"@vue/cli-plugin-pwa": "^3.12.1",
"@vue/cli-plugin-unit-jest": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "1.0.0-beta.29",
"apollo-storybook-vue": "0.0.2",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^23.6.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.3",
"graphql-tag": "^2.10.1",
"jest-transform-graphql": "^2.1.0",
"lodash.mergewith": "^4.6.2",
"storybook-vue-router": "^1.0.7",
"vue-cli-plugin-apollo": "^0.21.3",
"vue-cli-plugin-storybook": "^0.6.1",
"vue-cli-plugin-tailwind": "^1.1.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.6.0"
}
}