-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbackup.json
More file actions
39 lines (39 loc) · 1.35 KB
/
Copy pathbackup.json
File metadata and controls
39 lines (39 loc) · 1.35 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
{
"name": "@rbls-org/create-fullstack-webpack-app",
"version": "1.0.1",
"description": "An app that makes building webpacks for fullstack applications simple.",
"main": "scripts/script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node scripts/script.js"
// "build": "NODE_ENV=production webpack",
// "dev-win": "concurrently \"cross-env NODE_ENV=development webpack-dev-server --open ./\" \"nodemon ./server/server.js\"",
// "dev": "NODE_ENV=development webpack-dev-server --open & nodemon server/server.js",
// "prod": "NODE_ENV=production node server/server.js"
},
"bin": {
"create-fullstack-webpack-app": "scripts/script.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Create-Fullstack-Webpack/create-fullstack-webpack-app.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Create-Fullstack-Webpack/create-fullstack-webpack-app/issues"
},
"homepage": "https://github.com/Create-Fullstack-Webpack/create-fullstack-webpack-app#readme",
"dependencies": {
"chalk": "^4.1.0",
"figlet": "^1.5.0",
"inquirer": "^7.3.3"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.10.0",
"webpack": "^4.44.1"
}
}