-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.26 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
44
{
"name": "cesium-webpack",
"version": "1.1.2",
"description": "cesium的webpack快速打包工具",
"main": "build/index.js",
"scripts": {
"test": "node_modules/.bin/mocha -r node_modules/ts-node/register lib/**/__test__/*.spec.ts",
"example": "webpack --config examples/compile.ts"
},
"repository": {
"type": "git",
"url": "https://github.com/zhj296409022/webpack-cesium.git"
},
"author": "zhj",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"ts-node": "^8.5.4",
"typescript": "^3.7.3",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"@types/cesium": "^1.59.4",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.12.17",
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
"@types/webpack": "^4.41.0",
"cesium": "^1.64.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.4.0",
"mini-css-extract-plugin": "^0.8.2",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"raw-loader": "^4.0.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.2",
"webpack": "^4.41.2",
"webpack-chain": "^6.0.0"
}
}