-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.79 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
{
"name": "@france-ioi/react-task-lib",
"version": "2.3.11",
"description": "Library to create France IOI tasks with React.js",
"author": "SebastienTainon",
"license": "MIT",
"repository": "https://github.com/France-ioi/react-task-lib",
"main": "dist/index.js",
"source": "src/index.ts",
"engines": {
"node": ">=10"
},
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"peerDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"bootstrap": "^5.3.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-saga": "^1.3.0"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/runtime": "^7.26.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^18.3.12",
"@types/react-redux": "^7.1.34",
"babel-eslint": "^10.0.3",
"bootstrap": "^5.3.3",
"cross-env": "^7.0.2",
"crypto": "^1.0.1",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-react": "^13.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-standard": "^5.0.0",
"fetch-ponyfill": "^7.1.0",
"immer": "^10.1.1",
"jsonwebtoken": "^8.5.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"query-string": "^9.1.1",
"range": "0.0.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.5",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"redux-saga": "^1.3.0",
"rollup": "^4.27.2",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.81.0",
"stream": "^0.0.3",
"tslib": "^2.8.1",
"typed-redux-saga": "^1.5.0",
"typescript": "^5.6.3",
"url-search-params-polyfill": "^8.2.5"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"dependencies": {
"@hedgedoc/html-to-react": "^1.4.6"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}