-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 986 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
{
"name": "lec-fe",
"version": "1.0.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev:studio": "pnpm --filter @lec/studio dev",
"dev:oj": "pnpm --filter @lec/leco dev",
"dev:tech": "pnpm --filter @lec/tech dev",
"dev:watchApp": "nodemon",
"dev:design": "pnpm --filter lec-design storybook",
"dev:charts": "pnpm --filter lec-charts playground",
"build:native": "pnpm --filter lec-studio build:native"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.77.8"
},
"dependencies": {
"stylus": "^0.63.0"
}
}