-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "color-utils-site",
"version": "0.3.1",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"release": "rltb"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nmsn/color-utils-site.git"
},
"author": "nmsn",
"license": "MIT",
"bugs": {
"url": "https://github.com/nmsn/color-utils-site/issues"
},
"homepage": "https://github.com/nmsn/color-utils-site#readme",
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@nmsn/color-utils": "0.4.0",
"copy-to-clipboard": "^3.3.3",
"next": "^12.3.4",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/node": "^18.19.29",
"@types/react": "^18.2.74",
"@types/react-color": "^3.0.12",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"eslint": "^8.57.0",
"eslint-config-next": "^13.5.6",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"release-toolbox": "^0.2.0",
"typescript": "^4.9.5"
}
}