-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "vj-p5-live",
"private": true,
"author": {
"name": "Julius Uusinarkaus"
},
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"ace-builds": "^1.13.1",
"console-feed": "^3.4.1",
"dangerously-set-html-content": "^1.0.12",
"eslint": "^8.28.0",
"js-logger": "^1.6.1",
"lodash": "^4.17.21",
"maptastic": "^3.0.0",
"path": "^0.12.7",
"prettier": "^2.7.1",
"ramda": "^0.28.0",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-colorful": "^5.6.1",
"react-dom": "^18.2.0",
"react-error-boundary": "^3.1.4",
"react-hotkeys": "^2.0.0",
"react-icons": "^4.6.0",
"react-new-window-styles": "^1.3.3",
"react-spring": "^9.5.5",
"styled-components": "^5.3.6",
"type-fest": "^3.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/ramda": "^0.28.20",
"@types/react": "^18.0.24",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.0.8",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@vitejs/plugin-react": "^2.2.0",
"babel-plugin-styled-components": "^2.0.7",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^8.0.0",
"typescript": "^4.6.4",
"vite": "^3.2.3"
}
}