-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
118 lines (118 loc) · 2.91 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "nucleum",
"version": "6.1.9",
"description": "A performance oriented web starter kit",
"license": "MIT",
"engines": {
"node": ">=16.15.0",
"npm": ">=8.5.5"
},
"main": "gulpfile.js/index.js",
"homepage": "https://github.com/CosAnca/nucleum/",
"repository": {
"type": "git",
"url": "https://github.com/CosAnca/nucleum.git"
},
"keywords": [
"static-site-generator",
"static-site",
"ssg",
"gulp",
"eleventy",
"11ty",
"nunjucks",
"sass",
"postcss",
"webpack",
"babel",
"eslint",
"stylelint"
],
"bin": {
"nucleum": "bin/nucleum.js"
},
"browserslist": [
">0.6%",
"not dead",
"not ie 11",
"not op_mini all",
"not UCAndroid > 0"
],
"jest": {
"transform": {
"^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
}
},
"scripts": {
"dev": "gulp",
"gulp": "gulp",
"build": "gulp build",
"dev:test": "jest \".test.js\""
},
"dependencies": {
"@11ty/eleventy": "^1.0.2",
"@babel/core": "^7.21.8",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.5",
"@babel/runtime": "^7.21.5",
"@fullhuman/postcss-purgecss": "^5.0.0",
"ansi-colors": "^4.1.3",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.0",
"bourbon": "7.3.0",
"browser-sync": "^2.29.3",
"browserslist": "^4.21.5",
"critical": "^4.0.1",
"cssnano": "^6.0.1",
"del": "6.0.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-compat": "^4.1.4",
"eslint-plugin-prettier": "^4.2.1",
"eslint-webpack-plugin": "^4.0.1",
"fancy-log": "^2.0.0",
"gulp": "4.0.2",
"gulp-changed": "^4.0.3",
"gulp-dart-sass": "^1.1.0",
"gulp-if": "3.0.0",
"gulp-notify": "^4.0.0",
"gulp-postcss": "^9.0.1",
"gulp-rename": "2.0.0",
"gulp-rev": "9.0.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-rev-replace": "0.4.4",
"gulp-sizereport": "1.2.1",
"gulp-sourcemaps": "3.0.0",
"gulp-svgstore": "9.0.0",
"lodash": "^4.17.21",
"merge-stream": "^2.0.0",
"minimist": "^1.2.8",
"plugin-error": "^2.0.0",
"postcss": "^8.4.23",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^8.4.1",
"postcss-scss": "^4.0.6",
"postcss-svg": "^3.0.0",
"prettier": "^2.8.8",
"require-dir": "1.2.0",
"sass-mq": "^6.0.0",
"simply-beautiful": "^0.2.14",
"stylelint": "^15.6.2",
"stylelint-config-nucleum": "^3.1.0",
"stylelint-config-prettier": "^9.0.5",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.84.0",
"webpack-cli": "^5.1.1",
"webpack-dev-middleware": "^6.1.1",
"webpack-hot-middleware": "^2.25.3"
},
"devDependencies": {
"babel-jest": "^29.5.0",
"jest": "^29.5.0"
},
"resolutions": {
"graceful-fs": "^4.1.11"
}
}