-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.06 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
{
"name": "spa-starter",
"version": "1.15.0",
"description": "",
"main": "index.js",
"author": "awea <[email protected]>",
"license": "GPL-3.0",
"configuration": {
"definePlugin": {
"SOME_CONST": "Hello there"
}
},
"dependencies": {
"minireset.css": "^0.0.7",
"vue": "^3.2.37",
"vue-router": "^4.1.1"
},
"devDependencies": {
"css-loader": "6.11.0",
"esbuild-loader": "2.21.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.6.3",
"mini-css-extract-plugin": "2.9.2",
"node-sass": "7.0.3",
"optimize-css-assets-webpack-plugin": "6.0.1",
"prettier": "2.8.8",
"pug": "3.0.3",
"pug-plain-loader": "1.1.0",
"sass-loader": "12.6.0",
"sass-resources-loader": "2.2.5",
"vue-loader": "17.4.2",
"vue-style-loader": "4.1.3",
"vue-template-compiler": "2.7.16",
"webpack": "5.97.1",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.15.2",
"webpack-merge": "5.10.0"
},
"repository": {
"url": "[email protected]:wearemd/spa-starter.git",
"type": "git"
}
}