-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.81 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
{
"name": "@byhealth/walle",
"version": "1.0.8",
"description": "",
"main": "./dist/walle.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --mode production",
"build:uat": "cross-env UAT_ENV=uat webpack --mode production",
"dev": "webpack-dev-server --mode development --inline --hot",
"prepublish": "rm -rf ./dist && yarn build"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^9.6.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^5.2.0",
"eslint-loader": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^2.1.1",
"url-loader": "^1.0.1",
"webpack": "^4.16.4",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"@eightfeet/loading": "^1.0.12",
"@eightfeet/message": "^1.0.12",
"@eightfeet/modal": "^2.0.0",
"@eightfeet/picker": "^1.0.2",
"autoprefix": "^1.0.1",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^5.0.3",
"inline-style-prefixer": "^5.0.3",
"jss-camel-case": "^6.1.0",
"node-sass-utils": "^1.1.2",
"validate-by-health": "^1.1.9"
},
"browserslist": [
"Android 2.3",
"Android >= 4",
"Chrome >= 29",
"iOS >= 6",
"Safari >= 7.1"
]
}