-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 1007 Bytes
/
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
{
"name": "advanced-gutenberg",
"version": "1.0.0",
"private": true,
"dependencies": {
"react": "^16.14.0",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-transform-object-assign": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.0",
"braces": "^3.0.3",
"classnames": "^2.3.1",
"counterup2": "^1.0.4",
"elliptic": "^6.5.4",
"glob-parent": "^5.1.2",
"hasown": "^2.0.2",
"hour-convert": "^1.0.1",
"html-react-parser": "^0.10.5",
"ini": "^2.0.0",
"jquery": "^3.6.0",
"latinize": "^0.4.1",
"sass": "^1.72.0",
"set-value": "^4.0.1",
"string-replace-loader": "^3.0.0",
"trim-newlines": "^3.0.1",
"uglify-js": "^3.12.8",
"waypoints": "^4.0.1",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
}
}