-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.48 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
{
"name": "personal_site_2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"css": "npx tailwindcss -i ./src/input.css -o ./src/output.css",
"start": "npm run css; webpack server --hot --open",
"build": "webpack --config webpack.config.js --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArjunMehta01/personal_site_2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArjunMehta01/personal_site_2/issues"
},
"homepage": "https://github.com/ArjunMehta01/personal_site_2#readme",
"devDependencies": {
"@babel/cli": "^7.17.10",
"@babel/core": "^7.17.10",
"@babel/plugin-transform-runtime": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/runtime": "^7.17.9",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"eslint": "^8.15.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jest": "^26.1.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"path": "^0.12.7",
"style-loader": "^3.3.1",
"tailwindcss": "^3.0.24",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.9.0"
},
"dependencies": {
"firebase": "^9.8.4",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-router-dom": "^6.3.0",
"tailwind-styled-components": "^2.1.7"
}
}