-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.17 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.17 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
{
"name": "static-site-starter",
"version": "1.14.2",
"description": "",
"main": "index.js",
"author": "awea <aweaoftheworld@gmail.com>",
"license": "GPL-3.0",
"dependencies": {
"minireset.css": "^0.0.7"
},
"devDependencies": {
"@babel/core": "7.29.0",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.29.0",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
"@babel/plugin-proposal-function-sent": "7.27.1",
"@babel/plugin-proposal-json-strings": "7.18.6",
"@babel/plugin-proposal-numeric-separator": "7.18.6",
"@babel/plugin-proposal-throw-expressions": "7.27.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/preset-env": "7.29.5",
"babel-loader": "8.4.1",
"browser-sync": "2.29.3",
"gulp": "4.0.2",
"gulp-pug": "5.0.0",
"gulp-sass": "5.1.0",
"gulp-sass-variables": "1.2.0",
"sass": "1.100.0",
"webpack": "5.107.1",
"webpack-merge": "5.10.0",
"webpack-stream": "7.0.0"
},
"repository": {
"url": "git@github.com:wearemd/static-site-starter.git",
"type": "git"
}
}