forked from allen-garvey/phoenix-umbrella
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.09 KB
/
package.json
File metadata and controls
40 lines (40 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
{
"name": "phoenix-umbrella",
"version": "1.0.0",
"description": "Elixir umbrella app for phoenix cms web apps",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
"deploy": "webpack --config webpack/webpack.production.config.js",
"watch": "webpack --config webpack/webpack.config.js --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allen-garvey/phoenix-umbrella.git"
},
"author": "Allen Garvey",
"license": "MIT",
"bugs": {
"url": "https://github.com/allen-garvey/phoenix-umbrella/issues"
},
"homepage": "https://github.com/allen-garvey/phoenix-umbrella#readme",
"devDependencies": {
"@vue/compiler-sfc": "3.5.18",
"css-loader": "^7.1.2",
"mini-css-extract-plugin": "^2.9.2",
"sass": "^1.89.2",
"sass-loader": "^16.0.5",
"vue-loader": "^17.4.2",
"vue-style-loader": "^4.1.3",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"vue": "3.5.18",
"vue-router": "^4.5.1"
}
}