-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@libreform/react-component",
"version": "2.0.3",
"description": "React component for WP Libre Form",
"main": "dist/index",
"types": "dist/index",
"private": false,
"scripts": {
"pretest": "node test-server.js &",
"test": "echo \"Somebody who's getting paid for this shit can fight with the POS called jest, and write some tests that work. Run jest in the directory and you'll understand why I'm not doing them.\"",
"clean": "rimraf dist/",
"build": "npm run clean && webpack --env.NODE_ENV=production",
"dev": "webpack --env.NODE_ENV=development --watch"
},
"peerDependencies": {
"@libreform/libreform": "^2.0.0-beta.11",
"react": "16.x"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-typescript": "^7.12.1",
"@babel/register": "^7.11.5",
"@libreform/libreform": "^2.0.0-beta.11",
"@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",
"esm": "^3.2.25",
"html-react-parser": "^0.4.6",
"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",
"jest": "^26.5.3",
"abort-controller": "^3.0.0",
"react-modal": "^3.11.2",
"react-window": "^1.8.5",
"react-window-infinite-loader": "^1.0.5",
"regenerator-runtime": "^0.13.7"
},
"dependencies": {},
"author": "Christian Nikkanen <[email protected]>",
"license": "MIT",
"repository": "[email protected]:libreform/react-component.git",
"keywords": [
"react-component"
]
}