-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
81 lines (81 loc) · 2.77 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
{
"name": "crowdfavorite.github.io",
"version": "1.0.0",
"description": "<p><img src=\"https://crowdfavstage.wpengine.com/wp-content/uploads/2019/05/logo.png\" width=\"100\"/></p>",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --config webpack.dev.js",
"watch": "cross-env ENV_LIVE=true NODE_ENV=development webpack --config webpack.dev.js",
"start": "node server.js",
"prod": "cross-env NODE_ENV=production webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crowdfavorite/crowdfavorite.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/crowdfavorite/crowdfavorite.github.io/issues"
},
"homepage": "https://github.com/crowdfavorite/crowdfavorite.github.io#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"cssnano": "^5.1.14",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-webpack-plugin": "^3.2.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"raw-loader": "^4.0.2",
"sass": "^1.57.1",
"sass-loader": "^13.2.0",
"tailwindcss": "^3.2.4",
"typescript": "^5.0.2",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-livereload-plugin": "^3.0.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"history": "^5.0.0",
"path": "^0.12.7",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^8.0.5",
"react-router-dom": "^6.7.0",
"rehype-raw": "^6.1.1"
}
}