-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.74 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
{
"name": "chris-lawton-photo",
"version": "1.0.0",
"description": "Chris Lawtons Site",
"main": "app.js",
"repository": "https://github.com/chris-lawton/chris-lawton-photo.git",
"author": "Chris Lawton <[email protected]>",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server",
"build:production": "NODE_ENV=production webpack --mode production"
},
"dependencies": {
"autoprefixer": "^10.4.19",
"cloudinary-react": "^1.0.6",
"disqus-react": "^1.0.5",
"eslint-plugin-react": "^7.5.1",
"react": "^16.8.6",
"react-background-image-loader": "^0.0.2",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-spring": "^8.0.25",
"regenerator-runtime": "^0.13.2",
"styled-components": "^6.1.8",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@webpack-cli/serve": "^2.0.5",
"babel-loader": "^9.1.3",
"babel-preset-env": "^0.0.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^7.1.1",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"mini-css-extract-plugin": "^2.9.0",
"path": "^0.12.7",
"postcss-loader": "^8.1.1",
"sass": "^1.75.0",
"sass-loader": "^8.0.2",
"style-loader": "^4.0.0",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}