-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 907 Bytes
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
{
"name": "learnnode",
"version": "1.0.0",
"description": "",
"type": "module",
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"start": "webpack serve --mode development",
"deploy": "npm run build && surge ./dist kaspariscool.surge.sh"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"bulma": "^1.0.2",
"css-loader": "^7.1.2",
"html-webpack-plugin": "^5.6.2",
"nodemon": "^3.1.7",
"sass": "^1.80.3",
"sass-loader": "^16.0.2",
"simple-nunjucks-loader": "^3.2.0",
"style-loader": "^4.0.0",
"surge": "^0.24.6",
"vue": "^3.5.13",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
},
"dependencies": {
"axios": "^1.7.9",
"vue-router": "^4.5.0"
}
}