-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.5 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.5 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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "number-sequence",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open --config webpack.dev.js",
"build": "webpack --config webpack.prod.js",
"build-dev": "webpack --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yeison0416/number-sequence.git"
},
"keywords": [],
"author": "Yeison Steven Sanchez Figueroa",
"license": "ISC",
"bugs": {
"url": "https://github.com/Yeison0416/number-sequence/issues"
},
"homepage": "https://github.com/Yeison0416/number-sequence#readme",
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.8",
"@babel/preset-env": "^7.24.7",
"@eslint/js": "^9.6.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.57.0",
"eslint-webpack-plugin": "^4.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.77.7",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-webpack-plugin": "^5.0.1",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
},
"dependencies": {
"reset-css": "^5.0.2"
}
}