-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "JS-Capston-project",
"version": "1.0.0",
"description": "project",
"main": "index.js",
"scripts": {
"start": "webpack --config webpack.config.js --watch",
"build": "webpack serve --open --config webpack.config.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andersonlebon/JS-Capston-project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andersonlebon/JS-Capston-project/issues"
},
"homepage": "https://github.com/andersonlebon/JS-Capston-project#readme",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.5",
"babel-eslint": "^10.1.0",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.4",
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^6.0.1",
"sass-loader": "^12.1.0",
"style-loader": "^3.1.0",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"babel-jest": "^27.0.6",
"bootstrap": "^4.0.0",
"fontawesome": "^5.6.3",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
}
}