-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.38 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
{
"name": "porto",
"version": "0.1.0",
"description": "new portfolio front end",
"main": "porto/js/index.jsx",
"author": "dokastho",
"license": "MIT",
"repository": {},
"devDependencies": {
"@babel/core": ">=7.15.5",
"@babel/eslint-parser": ">=7.15.7",
"@babel/plugin-transform-runtime": ">=7.15.0",
"@babel/preset-env": ">=7.15.6",
"@babel/preset-react": ">=7.14.5",
"@babel/runtime": ">=7.15.4",
"babel-loader": ">=8.2.2",
"eslint-config-airbnb": ">=18.2.1",
"eslint-plugin-import": ">=2.24.2",
"eslint-plugin-jsx-a11y": ">=6.4.1",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-react-hooks": "^4.6.0",
"sass": "^1.66.1",
"sass-loader": "^13.3.2",
"webpack": "^5.88.2",
"webpack-cli": ">=4.8.0"
},
"dependencies": {
"@tiptap/extension-color": "^2.1.7",
"@tiptap/extension-focus": "^2.1.8",
"@tiptap/extension-image": "^2.1.8",
"@tiptap/extension-link": "^2.1.8",
"@tiptap/extension-text-style": "^2.1.7",
"@tiptap/extension-typography": "^2.1.8",
"@tiptap/extension-youtube": "^2.1.8",
"@tiptap/react": "^2.1.7",
"@tiptap/starter-kit": "^2.1.7",
"chromedriver": "^125.0.2",
"css-loader": "^6.8.1",
"eslint": "^7.5.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.3",
"node": "^20.12.2",
"prop-types": ">=15.7.2",
"prosemirror-commands": "^1.5.2",
"prosemirror-inputrules": "^1.2.1",
"pseudo-random": "^0.6.0",
"react": "^18.2.0",
"react-bulma-components": "^4.1.0",
"react-device-detect": "^2.2.3",
"react-dom": ">=17.0.2",
"react-ellipsis-text": "^1.2.1",
"react-infinite-scroll-component": ">=6.1.0",
"react-lottie-player": "^1.5.5",
"react-router-dom": "^6.3.0",
"react-transition-group": "^4.4.5",
"semantic-ui-react": "^2.1.2",
"style-loader": "^3.3.3",
"tiptap": "^1.32.2",
"tiptap-commands": "^1.17.1",
"tiptap-extensions": "^1.35.2",
"tiptap-utils": "^1.13.1"
},
"engines": {
"node": ">=8.0.0"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack"
}
}