-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.53 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "czty-script",
"version": "0.7.6",
"author": "Jin",
"license": "MIT",
"bin": {
"czty-build": "bin/czty-build.js"
},
"dependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.12.7",
"address": "^1.1.0",
"babel-loader": "^8.0.5",
"chalk": "^1.1.3",
"compression-webpack-plugin": "^5.0.1",
"copy-webpack-plugin": "^5.0.4",
"cross-spawn": "^5.1.0",
"css-loader": "^0.28.9",
"eslint": "^7.18.0",
"eslint-webpack-plugin": "^2.4.3",
"file-loader": "^4.2.0",
"filesize": "^4.1.2",
"fs": "0.0.1-security",
"fs-extra": "^7.0.0",
"gzip-size": "^5.1.1",
"html-webpack-plugin": "^3.2.0",
"i": "^0.3.6",
"less": "3.9.0",
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "^4.12.0",
"npm": "^6.11.3",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"postcss-scss": "^2.0.0",
"react-dev-utils": "^10.2.1",
"recursive-readdir": "^2.2.2",
"sass-loader": "^8.0.0",
"sass-resources-loader": "^2.0.1",
"strip-ansi": "^5.2.0",
"style-loader": "^0.20.3",
"ts-loader": "^8.0.14",
"url-loader": "^0.6.2",
"vue-loader": "15.7.1",
"vue-template-compiler": "2.6.11",
"webpack": "^4.23.1",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}