-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.92 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
{
"name": "rocketboost",
"version": "0.3.1",
"description": "Rocket launch PWA built with VueJS",
"author": "Karl Kihlström <[email protected]>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:report": "vue-cli-service build --report",
"build:watch": "vue-cli-service build --watch --mode production",
"serve:dist": "vue-cli-service build && http-server dist -p 8080 serve -s dist/index.html"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-regular-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/vue-fontawesome": "^0.1.5",
"axios": "^0.19.0",
"core-js": "^3.6.5",
"intersection-observer": "^0.5.1",
"lodash": "^4.17.19",
"register-service-worker": "^1.5.2",
"smoothscroll-polyfill": "^0.4.3",
"vue": "^2.6.10",
"vue-meta": "^2.4.0",
"vue-observe-visibility": "^0.4.3",
"vue-router": "^3.3.4",
"vue-timeago": "^5.1.1",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.10",
"@vue/cli-plugin-eslint": "^4.5.10",
"@vue/cli-plugin-pwa": "^4.5.10",
"@vue/cli-service": "^4.5.10",
"@vue/eslint-config-airbnb": "^5.1.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^7.2.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^5.2.3",
"http-server": "^0.12.3",
"node-sass": "^4.14.1",
"prettier": "2.0.5",
"sass-loader": "^10.1.1",
"sitemap-webpack-plugin": "^0.6.0",
"vue-cli-plugin-webpack-bundle-analyzer": "^4.0.0",
"vue-svg-loader": "^0.12.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.3.2"
}
}