-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 4.23 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "grud-frontend",
"version": "1.0.0",
"author": "Campudus GmbH",
"description": "A web interface for tableaux. A restful service for storing data in tables.",
"main": "index.js",
"scripts": {
"start": "export NODE_ENV=production; export BUILD_ID=${BUILD_ID:-$(./getCommitHash.sh)}; node out/grud-frontend-server.js",
"build": "export NODE_ENV=production; export BUILD_ID=${BUILD_ID:-$(./getCommitHash.sh)}; parcel build src/index.html src/worker.js --out-dir out",
"dev": "export NODE_ENV=development; export BUILD_ID=${BUILD_ID:-$(./getCommitHash.sh)}; node dev-server.js",
"lint": "eslint -f stylish --ignore-pattern src/scss/FontAwesome \"src/**/*.{js,jsx}\"",
"lint:changes": "git diff master --name-only | grep -E \"src\\/.*\\.jsx?$\" | xargs -I{} sh -c \"test -f '{}' && echo '{}'\" | xargs eslint",
"lint:fix": "eslint --fix -f stylish --ignore-pattern src/scss/FontAwesome \"src/**/*.{js,jsx}\"",
"lint:fix:changes": "git diff master --name-only | grep -E \"src\\/.*\\.jsx?$\" | xargs -I{} sh -c \"test -f '{}' && echo '{}'\" | xargs eslint --fix",
"test": "NODE_ICU_DATA=node_modules/full-icu jest",
"test:ci": "JEST_JUNIT_OUTPUT_DIR=./output/coverage/ NODE_ICU_DATA=node_modules/full-icu jest --ci --reporters=default --reporters=jest-junit",
"clean": "rm -fr .cache out",
"clean:project": "rm -fr .cache out node_modules; npm install && npm ci"
},
"staticFiles": {
"staticPath": "src/static"
},
"license": "Apache license 2.0",
"devDependencies": {
"@babel/core": "7.23.5",
"@babel/eslint-parser": "7.23.3",
"@babel/plugin-proposal-decorators": "7.23.5",
"@babel/plugin-proposal-function-bind": "7.23.3",
"@babel/plugin-proposal-pipeline-operator": "7.23.3",
"@babel/preset-env": "7.23.5",
"@babel/preset-flow": "7.0.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-stage-0": "7.8.3",
"@babel/runtime": "7.23.5",
"@codemirror/lang-markdown": "6.2.3",
"@codemirror/language-data": "6.3.1",
"@codemirror/state": "6.3.3",
"@codemirror/view": "6.22.1",
"@uiw/react-codemirror": "4.21.21",
"autoprefixer": "^9.6.0",
"codemirror": "6.0.1",
"compass-mixins": "^0.12.10",
"core-js": "^3.1.3",
"cors": "^2.8.5",
"cross-fetch": "3.1.5",
"cssnano": "^4.1.11",
"draft-js": "^0.11.7",
"eslint": "^7.29.0",
"eslint-plugin-jest": "^22.6.4",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^4.0.0",
"fast-diff": "^1.2.0",
"focus-trap-react": "^6.0.0",
"full-icu": "^1.3.0",
"i18next": "^10.5.0",
"jest": "^24.9.0",
"jest-junit": "8.0.0",
"js-cookie": "^2.2.0",
"keycloak-js": "^6.0.1",
"keymirror": "^0.1.1",
"localforage": "1.7.3",
"lodash": "^4.17.21",
"markdown-draft-js": "1.7.1",
"match-iz": "4.0.2",
"moment": "2.29.4",
"npm-run-all": "^4.1.5",
"parcel-bundler": "^1.12.3",
"parcel-plugin-static-files-copy": "^2.1.2",
"postcss": "^7.0.36",
"prettier": "1.18.2",
"react": "16.14.0",
"react-datetime": "3.2.0",
"react-dom": "16.14.0",
"react-dropzone": "^7.0.1",
"react-focus-trap": "2.7.2",
"react-i18next": "^7.4.0",
"react-iframe": "^1.8.0",
"react-loader": "^2.4.5",
"react-markdown": "^4.0.8",
"react-number-format": "4.2.0",
"react-onclickoutside": "^6.8.0",
"react-portal": "^4.2.0",
"react-redux": "^7.1.0",
"react-rnd": "^9.1.2",
"react-router": "6.23.0",
"react-router-dom": "5.1.2",
"react-router-dom-v5-compat": "6.23.0",
"react-select": "1.2.1",
"react-smooth-dnd": "0.11.1",
"react-transition-group": "4.4.2",
"react-virtualized": "9.18.5",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"regenerator-runtime": "0.13.7",
"rxjs": "^6.5.2",
"sass": "1.58.3",
"superagent": "^4.0.0",
"typescript": "4.5.4"
},
"dependencies": {
"connect-loki": "1.1.0",
"express": "4.21.1",
"express-session": "1.18.1",
"finalhandler": "^1.1.2",
"http-proxy": "^1.18.1",
"serve-static": "^1.14.1",
"uuid": "3.3.3"
},
"jest": {
"setupFilesAfterEnv": [
"./setupTests.js"
]
}
}