-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.48 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
{
"name": "solid-planner-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": "true",
"scripts": {
"test": "mocha test/test1.mjs",
"build": "webpack",
"start": "webpack serve --hot --open",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"docs": "jsdoc -c jsdoc.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AyazDyshin/solid-planner-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AyazDyshin/solid-planner-app/issues"
},
"homepage": "https://github.com/AyazDyshin/solid-planner-app",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@types/react-color": "^3.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"babel-loader": "^8.2.4",
"better-docs": "^1.4.13",
"clean-jsdoc-theme": "^4.1.6",
"css-loader": "^6.7.1",
"eslint": "^8.19.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^3.2.3",
"html-webpack-plugin": "^5.5.0",
"jsdoc": "^3.6.10",
"sass": "^1.53.0",
"sass-loader": "^13.0.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.8",
"webpack": "^5.73.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.8.1"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.11.0",
"@fullcalendar/react": "^5.11.1",
"@inrupt/solid-client": "^1.23.1",
"@inrupt/solid-client-notifications": "^1.0.0",
"@inrupt/solid-ui-react": "^2.8.0",
"@inrupt/vocab-common-rdf": "^1.0.3",
"@inrupt/vocab-solid": "^1.0.4",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.23",
"@types/react": "^18.0.2",
"@types/react-dom": "^18.0.0",
"assert": "^2.0.0",
"bootstrap": "^5.1.3",
"buffer": "^6.0.3",
"chromedriver": "^103.0.0",
"date-fns": "^2.28.0",
"mocha": "^10.0.0",
"rdf-namespaces": "^1.9.2",
"react": "^18.0.0",
"react-bootstrap": "^2.4.0",
"react-color": "^2.19.3",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-scripts": "^5.0.1",
"regenerator-runtime": "^0.13.9",
"selenium-webdriver": "^4.3.1",
"typescript": "^4.7.4"
}
}