-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
45
46
47
48
49
{
"name": "iu-toast",
"version": "1.1.2",
"description": "原生js的toast插件,不依赖任何库。",
"main": "src/js/iu-toast.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "cross-env NODE_ENV=production gulp scripts",
"scss": "cross-env NODE_ENV=production gulp scss",
"watch:scss": "cross-env NODE_ENV=development gulp watchScss"
},
"keywords": [
"toast",
"iu-toast"
],
"author": "kim",
"license": "ISC",
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 10"
],
"repository": {
"type": "git",
"url": "https://github.com/leezhian/iu-toast.git"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/runtime-corejs3": "^7.11.0",
"babel-loader": "^8.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.6.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cssnano": "^2.1.3",
"gulp-if": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"node-sass": "^4.14.1",
"terser-webpack-plugin": "^3.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-stream": "^5.2.1"
}
}