-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.09 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.09 KB
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
{
"name": "microfrontends_template",
"version": "1.1.0",
"description": "Hanami + Webpack + TypeScript + Vue.js + Scss + ZURB Foundation",
"main": "apps/web/frontend/index.ts",
"directories": {
"lib": "lib"
},
"author": "Alexander Rudenka",
"license": "ISC",
"engines": {
"node": "^9"
},
"dependencies": {
"css-loader": "^1.0",
"file-loader": "^2.0",
"foundation-sites": "^6.5.0-rc.2",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.7.2",
"sass-loader": "^7.0.1",
"source-map-loader": "^0.2.3",
"static-loader": "^0.1.8",
"style-loader": "^0.23.0",
"ts-loader": "^5.1.0",
"typescript": "^3.0",
"vue": "^2.5.13",
"vue-class-component": "^6.2.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.13",
"vue-template-loader": "^1.0",
"vuex": "^3.0.1",
"webpack": "^4.5.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-cli": "^3.1",
"webpack-manifest-plugin": "^2.0"
},
"scripts": {
"serve": "webpack --watch --progress --mode development",
"build": "webpack --mode production"
}
}