-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "axds-wp-plugins",
"version": "0.6.0",
"description": "Wordpress plugin for embedding Axiom widgets.",
"main": "index.tsx",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.config.js --mode development",
"wp:dev": "webpack --watch",
"build": "webpack --mode production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@types/dot-object": "^2.1.6",
"@types/lodash": "^4.17.4",
"@types/react": "^18.2.67",
"@wordpress/scripts": "^27.6.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.10.0",
"html-webpack-plugin": "^5.6.0",
"ignore-loader": "^0.1.2",
"postcss": "^8.4.35",
"postcss-loader": "^8.1.0",
"postcss-preset-env": "^9.3.0",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.3",
"ts-loader": "^9.5.1",
"typescript": "^4.9.5",
"webpack": "^5.90.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@axdspub/axiom-charts": "^0.0.57",
"dot-object": "^2.1.5",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-d3-tree": "^3.6.2",
"react-dom": "^18.2.0",
"react-router-dom": "^6.23.1"
}
}