-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.51 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@wide/forge",
"version": "2.3.3",
"description": "Zero-based configuration builder for frontend integration projects.",
"license": "MIT",
"author": "Aymeric Assier (https://github.com/myeti)",
"contributors": [
"Aymeric Assier (https://github.com/myeti)",
"Julien Martins Da Costa (https://github.com/jdacosta)"
],
"repository": {
"type": "git",
"url": "https://github.com/wide/forge.git"
},
"main": "lib",
"bin": {
"forge": "./lib/cli.js"
},
"engines": {
"node": ">=12.18.0"
},
"scripts": {
"build": "babel src/ -d lib/ --presets=@babel/preset-env --plugins=@babel/plugin-syntax-object-rest-spread,@babel/plugin-transform-runtime",
"prepare": "rimraf lib/ && npm run build"
},
"dependencies": {
"autoprefixer": "^10.3.7",
"browser-sync": "^2.27.6",
"chalk": "^4.1.2",
"chokidar": "^3.5.2",
"columnify": "^1.5.4",
"cpy": "^8.1.2",
"dotenv": "^10.0.0",
"faker": "5.5.3",
"favicons": "^6.2.2",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"js-beautify": "^1.14.0",
"lodash": "^4.17.21",
"parcel-bundler": "^1.12.5",
"postcss": "^8.3.11",
"rimraf": "^3.0.2",
"sass": "^1.43.4",
"svg-sprite": "^1.5.3",
"twig": "^1.15.4",
"yargs": "^17.2.1"
},
"devDependencies": {
"@babel/cli": "^7.15.7",
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/plugin-syntax-object-rest-spread": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.15.8",
"rimraf": "^3.0.2"
}
}