-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (36 loc) · 1.01 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
{
"name": "jaypack",
"description": "Gulp and Webpack boilerplate",
"version": "3.1.1",
"author": "Jay Collett",
"email": "[email protected]",
"url": "//jaycollett.co",
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/JayBox325/JayPack.git"
},
"scripts": {
"install": "npm i --prefix _frontend",
"i": "npm i --prefix _frontend",
"setup": "node _setup/index.js",
"dev": "npm run dev --prefix _frontend",
"production": "npm run production --prefix _frontend",
"build": "npm run build --prefix _frontend",
"package": "npm run package --prefix _frontend",
"help": "node _setup/help.js"
},
"devDependencies": {
"@babel/cli": "^7.17.3",
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"babel-loader": "^8.2.3",
"chalk": "^5.0.0",
"child_process": "^1.0.2",
"figlet": "^1.5.2",
"fs": "^0.0.1-security",
"inquirer": "^8.2.0",
"replace-in-file": "^6.3.2"
}
}