@philipe1993/list-color 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -12
package/package.json
CHANGED
@@ -1,20 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "@philipe1993/list-color",
|
3
|
-
"
|
4
|
-
"
|
5
|
-
"
|
6
|
-
"
|
7
|
-
"
|
8
|
-
|
9
|
-
|
10
|
-
"mobx-react-lite": "^4.0.7",
|
3
|
+
"version": "1.0.3",
|
4
|
+
"main": "dist/index.js",
|
5
|
+
"types": "dist/index.d.ts",
|
6
|
+
"scripts": {
|
7
|
+
"build": "tsc"
|
8
|
+
},
|
9
|
+
"dependencies": {
|
11
10
|
"react": "^18.3.1",
|
12
|
-
"
|
11
|
+
"mobx-react-lite": "^4.0.7"
|
13
12
|
},
|
14
13
|
"devDependencies": {
|
15
14
|
"typescript": "^5.6.2"
|
16
|
-
},
|
17
|
-
"dependencies": {
|
18
|
-
"@philipe1993/shared": "^1.0.2"
|
19
15
|
}
|
20
16
|
}
|