-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
{
"name": "@wcpos/wp-admin-landing",
"scripts": {
"build": "NODE_ENV=production node_modules/.bin/webpack",
"start": "webpack serve"
},
"dependencies": {
"@paypal/react-paypal-js": "^8.2.0",
"classnames": "2.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.10",
"react-ga4": "^2.1.0"
},
"devDependencies": {
"@babel/core": "7.22.6",
"@babel/plugin-transform-runtime": "7.22.6",
"@babel/preset-env": "7.22.6",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.22.6",
"@svgr/webpack": "8.0.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@wcpos/eslint-config": "*",
"autoprefixer": "10.4.14",
"babel-loader": "9.1.2",
"css-loader": "6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"file-loader": "6.2.0",
"fork-ts-checker-webpack-plugin": "8.0.0",
"html-webpack-plugin": "5.5.3",
"jest": "29.6.0",
"jsdoc": "4.0.2",
"mini-css-extract-plugin": "2.7.6",
"node-sass": "9.0.0",
"npm-run-all": "4.1.5",
"postcss": "8.4.24",
"postcss-cli": "10.1.0",
"postcss-loader": "7.3.3",
"prettier": "2.8.8",
"sass-loader": "13.3.2",
"style-loader": "3.3.3",
"tailwindcss": "3.3.2",
"terser-webpack-plugin": "5.3.9",
"ts-loader": "^9.4.4",
"typescript": "5.1.6",
"webpack": "5.88.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^5.0.3",
"webpack-livereload-plugin": "3.0.2"
},
"packageManager": "[email protected]",
"eslintConfig": {
"extends": "@wcpos/eslint-config"
}
}