-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
58 lines (58 loc) · 1.65 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
{
"name": "whale-ui",
"version": "1.0.0",
"description": "面向多页面的移动端UI库",
"main": "./dist/lmui.js",
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"chalk": "^2.3.0",
"css-loader": "^0.28.9",
"cssnano": "^3.10.0",
"es6-promise": "^4.2.4",
"eslint": "^4.16.0",
"eslint-config-lmfe": "git+https://github.com/temberature/eslint-config-lmfe.git",
"eslint-loader": "^1.9.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"isomorphic-fetch": "^2.2.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mockjs": "^1.0.1-beta3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^2.0.10",
"style-loader": "^0.19.1",
"stylelint-config-lmfe": "git+https://github.com/temberature/stylelint-config-lmfe.git",
"url-loader": "^0.6.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1"
},
"browserslist": [
"> 0.1%",
"last 10 versions",
"not ie <= 8"
],
"repository": {
"type": "git",
"url": "https://github.com/temberature/whale-ui.git"
},
"keywords": [
"lmlc",
"ui"
],
"author": "lmfe",
"license": "ISC"
}