forked from libreform/libreform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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": "@libreform/libreform",
"version": "2.0.7",
"description": "WP Libre Form client",
"main": "dist/wplf-frontend",
"types": "dist/wplf-frontend",
"scripts": {
"clean": "rimraf dist/",
"build": "npm run clean && webpack --env.NODE_ENV=production",
"dev": "webpack --env.NODE_ENV=development --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/libreform/libreform.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/libreform/libreform/issues"
},
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/libreform/libreform#readme",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/register": "^7.11.5",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-modal": "^3.10.6",
"@types/react-window": "^1.8.2",
"@types/react-window-infinite-loader": "^1.0.3",
"@types/underscore": "^1.8.3",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.1.0",
"babel-plugin-add-module-exports": "^1.0.4",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.14.1",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"postcss-loader": "^4.0.2",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"rimraf": "^3.0.2",
"sass-loader": "^7.3.1",
"terser-webpack-plugin": "^4.2.2",
"ts-loader": "^8.0.4",
"typescript": "^4.0.3",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"react-modal": "^3.11.2",
"react-window": "^1.8.5",
"react-window-infinite-loader": "^1.0.5",
"regenerator-runtime": "^0.13.7"
},
"dependencies": {
"abort-controller": "^3.0.0"
}
}