-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "alins-playground",
"private": true,
"version": "0.0.0",
"scripts": {
"example": "node scripts/genarate-example.js",
"watch:example": "onchange 'examples/**/*.tsx' -- npm run example",
"dev": "npm run example && vite --host",
"lint": "eslint --fix",
"build": "npm run example && vite build",
"preview": "vite preview"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@babel/standalone": "^7.22.10",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-legacy": "^4.0.2",
"copy-util": "^1.0.1",
"eslint": "8.2.0",
"eslint-plugin-react": "^7.33.1",
"eveit": "^0.0.1",
"highlight.js": "^11.8.0",
"less": "^4.1.3",
"lz-string": "^1.5.0",
"monaco-editor": "^0.41.0",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"onchange": "^7.1.0",
"onigasm": "^2.0.0",
"terser": "^5.16.8",
"typescript": "^4.9.3",
"typescript-eslint": "0.0.1-alpha.0",
"vite": "^4.2.0"
}
}