-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.95 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
{
"name": "use-theme-editor",
"version": "3.1.1",
"description": "Zero configuration CSS variables based theme editor",
"homepage": "https://github.com/Inwerpsel/use-theme-editor",
"main": "docs/demo/dist/bundle.js",
"scripts": {
"start": "vite",
"build": "vite build",
"watch": "vite build --watch",
"dev": "vite serve",
"preview": "vite preview"
},
"keywords": [
"css",
"theming"
],
"author": "Inwerpsel",
"license": "ISC",
"dependencies": {
"@types/react": "^18.0.26",
"@yatiac/name-that-color": "^1.1.0",
"babel-loader": "^8.2.5",
"balanced-match": "^2.0.0",
"classnames": "^2.3.2",
"css-mediaquery": "^0.1.2",
"culori": "^4.0.1",
"font-picker-react": "^3.5.2",
"mini-css-extract-plugin": "^2.6.1",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-hotkeys-hook": "^3.0.3",
"react-shadow-picker": "^1.0.6",
"specificity": "^0.4.1",
"tinycolor2": "^1.4.2",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"vite": "^4.3.9"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"@greenpeace/dashdash": "^1.1.3",
"@vitejs/plugin-react": "^3.1.0",
"balanced-match": "^2.0.0",
"css-loader": "^6.7.1",
"eslint": "^7.25.0",
"font-picker-react": "^3.5.2",
"halfmoon": "^1.1.1",
"postcss": "^8.4.14",
"postcss-loader": "^7.0.1",
"react-color": "^2.19.3",
"react-hotkeys-hook": "^3.0.3",
"sass": "^1.54.0",
"sass-loader": "^13.0.2",
"specificity": "^0.4.1",
"style-loader": "^3.3.1",
"stylelint": "^13.13.1",
"tinycolor2": "^1.4.2",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}