-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.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
{
"name": "flowblocks",
"private": true,
"version": "0.0.0",
"homepage": "https://jyjblrd.github.io/flowblocks",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@dnd-kit/core": "^6.0.7",
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-brands-svg-icons": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"bootstrap": "^5.2.3",
"eslint": "^8.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-jsx-a11y": "^6.7.1",
"interweave": "^13.0.0",
"interweave-autolink": "^5.1.0",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-paginate": "^8.1.4",
"react-simple-code-editor": "^0.13.1",
"reactflow": "^11.5.2",
"recoil": "^0.7.6",
"sass": "^1.58.0",
"vite": "^4.1.1"
},
"devDependencies": {
"@types/prismjs": "^1.26.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@vitejs/plugin-react-swc": "^3.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-standard-with-typescript": "^33.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"typescript": "*"
}
}