-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.16 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
{
"name": "way2high",
"private": "true",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev:css": "pnpm -C projects/css-travel dev",
"dev:vue": "pnpm -C projects/vue-components dev",
"dev:vite": "pnpm -C projects/vite-playground dev"
},
"keywords": [],
"author": "sechi",
"license": "ISC",
"dependencies": {
"lodash": "^4.17.21"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.1",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.22.15",
"@babel/plugin-transform-runtime": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@types/lodash": "^4.14.191",
"@types/node": "^18.11.19",
"babel-loader": "^9.1.2",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.33.0",
"eslint-config-alloy": "^5.1.2",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.76.2",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1"
}
}