-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 997 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": "x-web-excel",
"version": "1.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"start": "npm run dev",
"build": "cross-env NODE_ENV=prod webpack",
"dev": "cross-env NODE_ENV=dev webpack serve --open",
"deploy": "sh deploy.sh"
},
"keywords": [
"javascript",
"excel"
],
"author": "EmilyYoung71415 <yxy4work#163.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/EmilyYoung71415/web-excel"
},
"devDependencies": {
"cross-env": "^7.0.3",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.1",
"less": "^4.1.1",
"less-loader": "^9.0.0",
"mini-css-extract-plugin": "^1.6.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.2.3",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}