-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
60 lines (60 loc) · 1.9 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
{
"name": "unionclient",
"private": true,
"version": "1.0.0",
"description": "",
"dependencies": {
"@union/cli": "^0.9.6",
"axios": "^0.27.2",
"fstream": "^1.0.12",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"lodash.mergewith": "^4.6.2",
"lodash.template": "^4.5.0",
"moment": "^2.23.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^9.3.1",
"babel-loader": "^8.0.4",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.1",
"css-loader": "^1.0.1",
"dart-sass": "^1.25.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"file-loader": "^2.0.0",
"imagemin-webpack-plugin": "^2.3.0",
"mini-css-extract-plugin": "^0.4.4",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss": "^7.0.5",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-slope-calc": "^0.2.0",
"postcss-url": "^8.0.0",
"sass-loader": "^12.6.0",
"style-loader": "^0.23.1",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-order": "^1.0.0",
"url-loader": "^1.1.2",
"webpack": "^4.24.0",
"webpack-cli": "^3.1.2"
},
"scripts": {
"development": "cross-env NODE_ENV=development webpack --progress --hide-modules --mode development --config webpack.dev.config.js",
"dev": "npm run development",
"watch": "npm run development -- --watch",
"prod": "yarn run production",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --mode production --config webpack.prod.config.js"
},
"author": "UNION Dev (http://union.co)",
"license": "ISC"
}