-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
84 lines (84 loc) · 2.85 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
{
"name": "codex-academy-website",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "cross-env NODE_ENV=development vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"deploy": "gh-pages -d dist",
"test": "jest --coverage",
"predeploy": "cross-env NODE_ENV=production npm run build",
"storybook:build": "vue-cli-service storybook:build -c config/storybook",
"storybook": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"smoke": "ts-node e2e/smoke.e2e.ts"
},
"dependencies": {
"@fortawesome/fontawesome-free-brands": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@storybook/preset-typescript": "^3.0.0",
"axios": ">=0.21.2",
"babel-eslint": "^10.1.0",
"bootstrap": "^4.4.1",
"bootstrap-vue": "^2.11.0",
"core-js": "^3.6.5",
"gh-pages": "^2.2.0",
"lint": "^0.7.0",
"moment": "^2.24.0",
"register-service-worker": "^1.7.1",
"sass": "^1.44.0",
"v-video-embed": "^1.0.8",
"video.js": "^7.7.5",
"vue": "^2.6.11",
"vue-anchor-router-link": "^0.8.4",
"vue-gtag": "^1.6.2",
"vue-hotjar": "^1.1.1",
"vue-inline-svg": "^1.3.0",
"vue-progressive-image": "^3.2.0",
"vue-rollbar": "^1.0.0",
"vue-router": "^3.1.6",
"vue-scrollto": "^2.17.1",
"vue-stripe-checkout": "^3.3.1",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.1.3",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@storybook/addon-actions": "^5.3.18",
"@storybook/addon-knobs": "^5.3.18",
"@storybook/addon-links": "^5.3.18",
"@storybook/addon-notes": "^5.3.18",
"@storybook/addon-viewport": "^5.3.18",
"@storybook/vue": "^5.3.18",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-pwa": "^4.2.3",
"@vue/cli-plugin-router": "^4.2.3",
"@vue/cli-plugin-typescript": "^4.2.3",
"@vue/cli-plugin-unit-jest": "^4.2.3",
"@vue/cli-plugin-vuex": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "1.0.0-beta.31",
"cross-env": "^7.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"puppeteer": "^10.4.0",
"sass-loader": "^8.0.2",
"ts-node": "^10.2.1",
"typescript": "~3.7.5",
"vue-cli-plugin-storybook": "^1.2.2"
}
}