generated from microverseinc/readme-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.82 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
{
"name": "api-based-webapp",
"version": "1.0.0",
"description": "This project is the second capstone project from Microverse. We had to select an API that provides data about a topic that you like and then build the webapp around it. The webapp will have 2 or 3 user interfaces (depending on the size of your team)",
"private": true,
"scripts": {
"test": "jest",
"deploy": "gh-pages -d dist/",
"start": "webpack serve --open",
"build": "webpack --mode production",
"dev": "webpack --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jssol/api-based-webapp.git"
},
"keywords": [],
"author": "Jonathan Sivahera and Ismail Courr",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/jssol/api-based-webapp/issues"
},
"homepage": "https://github.com/jssol/api-based-webapp",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"autoprefixer": "^10.4.2",
"babel-eslint": "^10.1.0",
"css-loader": "^6.7.0",
"css-minimizer-webpack-plugin": "^3.4.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.25.4",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"gh-pages": "^3.2.3",
"hint": "^6.1.9",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.8",
"postcss-loader": "^6.2.1",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^21.0.0",
"stylelint-csstree-validator": "^1.9.0",
"stylelint-scss": "^3.21.0",
"tailwindcss": "^3.0.23",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
}
}