-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
75 lines (75 loc) · 2.3 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
66
67
68
69
70
71
72
73
74
75
{
"name": "rer.solrpush",
"version": "0.1.0",
"description": "Solr indexer and search",
"main": "src/rer/solrpush/browser/static/dist/main.js",
"scripts": {
"build": "webpack -p --mode production",
"prepublishOnly": "yarn build",
"start": "webpack-dev-server --mode development",
"test-css": "lessc --include-path=node_modules --strict-units=on --source-map src/rer/solrpush/browser/static/styles/styles.less > /dev/null",
"test": "jest"
},
"repository": "[email protected]:PloneGov-IT/rer.solrpush.git",
"keywords": [
"Plone",
"Less",
"ES"
],
"author": "RedTurtle",
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@redturtle/eslint-config": "^2.0.0",
"autoprefixer": "^9.5.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^2.0.1",
"css-loader": "^2.1.1",
"cssnano": "^4.1.10",
"dotenv": "^7.0.0",
"eslint": "^5.12.1",
"eslint-config-prettier": "^3.6.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"jest": "^24.8.0",
"jest-dom": "^3.2.2",
"less": "^3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.5.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"prettier": "^1.16.0",
"react-hot-loader": "^4.8.0",
"react-test-renderer": "^16.8.6",
"react-testing-library": "^7.0.0",
"style-loader": "^0.23.1",
"stylelint": "^9.10.1",
"stylelint-config-idiomatic-order": "^7.0.0",
"stylelint-config-prettier": "^4.0.0",
"stylelint-config-recommended": "^2.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"axios": "^0.21.2",
"rc-progress": "^2.5.2",
"react": "^16.8.5",
"react-debounce-input": "^3.2.2",
"react-dom": "^16.8.5",
"react-svg-spinner": "^1.0.4",
"svg-loaders-react": "^2.0.1"
}
}