-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.13 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
{
"name": "lilac-foundation",
"version": "3.0.0",
"description": "Official website for The Lilac Foundation",
"main": "index.tsx",
"scripts": {
"start": "webpack serve --open --config config/webpack.dev.js",
"build": "webpack --config config/webpack.prod.js",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bryanbrotonel/Lilac-Foundation.git"
},
"keywords": [
"Lilac",
"Foundation"
],
"author": "Bryan Brotonel",
"license": "ISC",
"bugs": {
"url": "https://github.com/bryanbrotonel/Lilac-Foundation/issues"
},
"homepage": "https://github.com/bryanbrotonel/Lilac-Foundation#readme",
"devDependencies": {
"@svgr/webpack": "^6.3.1",
"@tailwindcss/typography": "^0.5.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.0.0",
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-lines-ellipsis": "^0.15.1",
"@types/styled-components": "^5.1.25",
"autoprefixer": "^10.4.8",
"copy-webpack-plugin": "^10.2.4",
"dotenv-webpack": "^7.1.1",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"html-webpack-plugin": "^5.5.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^29.0.2",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.4.16",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^3.1.8",
"ts-jest": "^28.0.8",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"@netlify/functions": "^1.2.0",
"@reduxjs/toolkit": "^1.8.3",
"@types/react-redux": "^7.1.24",
"axios": "^0.27.2",
"contentful": "^9.1.33",
"css-loader": "^6.7.1",
"markdown-to-jsx": "^7.1.7",
"postcss-loader": "^7.0.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-lines-ellipsis": "^0.15.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"style-loader": "^3.3.1"
}
}