-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "passnado",
"version": "2.3.3",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development run",
"watch": "webpack --watch --mode=development",
"build": "webpack --mode=production",
"build:dev": "webpack --mode=development"
},
"pre-commit": [
"build"
],
"keywords": [],
"author": "Design Container",
"devDependencies": {
"@babel/preset-env": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.5",
"cross-env": "^5.1.5",
"css-loader": "^0.28.11",
"css-minimizer-webpack-plugin": "^3.0.1",
"mini-css-extract-plugin": "^1.6.0",
"node-sass": "^4.8.3",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"webpack": "^5.72.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.1.1",
"pre-commit": "^1.2.2",
"webpack-fix-style-only-entries": "^0.6.1",
"uglifyjs-webpack-plugin": "^2.2.0"
},
"dependencies": {
"@wordpress/components": "^14.2.0",
"@wordpress/compose": "^4.2.0",
"@wordpress/element": "^3.2.0",
"@wordpress/i18n": "^4.2.0",
"axios": "^0.21.1",
"canvas-confetti": "^1.4.0",
"secure-random-password": "^0.2.3"
}
}