-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
45 lines (45 loc) · 975 Bytes
/
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
{
"name": "stylin",
"version": "0.0.1",
"private": true,
"keywords": [
"react",
"css",
"css-to-react",
"msa",
"styling",
"auto-typing"
],
"license": "MIT",
"author": "sultan99",
"main": "index.js",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "lerna run build",
"clean": "lerna run clean",
"publish": "lerna publish",
"test": "lerna run test"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@types/node": "^20.12.2",
"@types/ramda": "^0.29.12",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"core-js": "^3.36.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"lerna": "^8.1.2",
"loader-utils": "^3.2.1",
"react": "^18.2.0",
"typescript": "^5.4.3"
},
"dependencies": {
"handlebars": "^4.7.8",
"ramda": "^0.29.1"
}
}