-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·92 lines (92 loc) · 3.34 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "rnkv-header",
"version": "1.0.0",
"description": "Do More - Save More Passport...",
"authors": [
],
"license": "MIT",
"homepage": "https://21joint.github.io/rnkv-header/",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --progress --mode development --config webpack.config.dev.js",
"build": "webpack -p --progress --mode production --config webpack.config.build.js",
"build:git": "webpack -p --progress --mode production --config webpack.config.build.js --git --fix",
"git-push": "npm run build:git && git add . && git pull && git commit -m'updates' && git push"
},
"dependencies": {
"babel-polyfill": "*",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"jquery": "^3.3.1",
"weather-icons": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.51",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.51",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.52",
"@babel/plugin-transform-runtime": "^7.0.0-beta.51",
"@babel/plugin-transform-template-literals": "^7.0.0-beta.55",
"@babel/preset-env": "^7.0.0-beta.51",
"@babel/register": "^7.0.0-beta.51",
"@babel/runtime": "^7.0.0-beta.51",
"@webpack-contrib/eslint-config-webpack": "^2.0.4",
"autoprefixer": "^8.6.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.0-beta.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-template-literals": "^6.22.0",
"babel-plugin-transform-string-join": "^1.0.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.2.0",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-webpack": "^1.2.5",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-html": "^4.0.5",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.10.0",
"eslint-webpack": "^3.12.2",
"exports-loader": "^0.7.0",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"fs-extra": "^5.0.0",
"glob": "^7.1.2",
"html-loader": "^0.5.5",
"html-webpack-inline-svg-plugin": "^1.2.4",
"html-webpack-plugin": "^3.2.0",
"imports-loader": "^0.8.0",
"lodash": "^4.17.10",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.9.2",
"postcss-flexbugs-fixes": "^3.3.1",
"postcss-loader": "^2.1.5",
"purify-css": "^1.2.6",
"purifycss-webpack": "^0.7.0",
"raw-loader": "^0.5.1",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^6.0.7",
"script-ext-html-webpack-plugin": "^2.0.1",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.6",
"url-loader": "^1.0.1",
"val-loader": "^1.1.1",
"webpack": "^4.12.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.5",
"webpack-concat-plugin": "^3.0.0",
"webpack-dev-server": "^3.1.4",
"webpack-extract-css-hot-reload": "^1.0.3",
"webpack-merge": "^4.1.3",
"yargs": "^11.0.0"
}
}