-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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": "art-of-the-gradient-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@parcel/css-wasm": "^1.4.0",
"@radix-ui/react-popover": "^0.1.4",
"@radix-ui/react-radio-group": "^0.1.4",
"@radix-ui/react-tooltip": "^0.1.6",
"@reach/visually-hidden": "^0.16.0",
"chrome-aws-lambda": "^10.1.0",
"clipboardy": "^3.0.0",
"immer": "^9.0.12",
"jotai": "^1.6.0",
"lodash.throttle": "^4.1.1",
"modern-normalize": "^1.1.0",
"motion": "^10.6.2",
"next": "12.1.0",
"pako": "^2.0.4",
"playwright-core": "^1.19.1",
"prettier": "^2.5.1",
"puppeteer-core": "^13.4.0",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-syntax-highlighter": "^15.4.5"
},
"devDependencies": {
"@types/lodash.throttle": "^4.1.6",
"@types/node": "17.0.21",
"@types/pako": "^1.0.3",
"@types/prettier": "^2.4.4",
"@types/react": "17.0.39",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^17.0.11",
"@types/react-syntax-highlighter": "^13.5.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"typescript": "4.5.5"
}
}