-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
94 lines (94 loc) · 3.06 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
{
"name": "My-Good-Loop",
"version": "0.2.3",
"description": "My-Loop",
"author": "Daniel Winterstein",
"repository": {
"url": "https://github.com/good-loop/my-loop",
"type": "git"
},
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.16.5",
"@jitbit/htmlsanitizer": "^2.0.2",
"chart.js": "^3.9.1",
"chartjs-plugin-annotation": "^1.4.0",
"chartjs-plugin-datalabels": "^2.0.0",
"csvtojson": "^2.0.10",
"data-pivot": "^1.0.2",
"dayjs-with-plugins": "^1.0.3",
"easy-enums": "^1.1.8",
"easyi18n": "^1.1.1",
"fast-json-patch": "^3.1.0",
"html2canvas": "^1.4.1",
"intl": "^1.2.5",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"react": "^17.0.2",
"react-chartjs-2": "^4.3.1",
"react-chartjs2": "^1.2.1",
"react-dom": "^17.0.2",
"react-dropzone": "^11.4.2",
"react-markdown": "^8.0.3",
"react-spring": "^8.0.27",
"reactstrap": "^8.10.1",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1"
},
"scripts": {
"compile": "webpack --config $PWD/webpack.config.js --progress --color && ./gitstamp.sh",
"compile-watch": "webpack --config $PWD/webpack.config.js --progress --color --watch",
"compile-watch-fast": "NO_PROD=true webpack --config $PWD/webpack.config.js --progress --color --watch",
"type-check": "tsc --noEmit",
"test": "npx playwright test"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@babel/plugin-proposal-object-rest-spread": "^7.16.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-transform-react-jsx": "^7.16.0",
"@babel/plugin-transform-runtime": "^7.16.5",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/polyfill": "^7.11.5",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@playwright/test": "^1.33.0",
"@types/lodash": "^4.14.191",
"@types/md5": "^2.3.2",
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"@types/reactstrap": "^8.5.1",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"babel-loader": "^8.2.3",
"babel-plugin-const-enum": "^1.2.0",
"core-js": "^3.19.3",
"css-loader": "^6.5.1",
"eslint": "^8.4.1",
"eslint-config-airbnb": "^19.0.2",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "^39.2.9",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"mini-css-extract-plugin": "^2.4.5",
"node-fetch": "^2.6.6",
"playwright": "^1.33.0",
"prismjs": "^1.29.0",
"puppeteer": "^2.0.0",
"shelljs": "^0.8.4",
"ts-silence-diagnostics": "^1.0.2",
"typescript": "^4.3.2",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",
"yargs": "^17.0.1"
}
}