-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.67 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
{
"name": "email-template",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "yarn run develop",
"develop": "cross-env NODE_ENV=development ./node_modules/.bin/webpack-dev-server --config ./config/webpack.js",
"build": "cross-env NODE_ENV=production ./node_modules/.bin/webpack --config ./config/webpack.js"
},
"dependencies": {
"add-asset-html-webpack-plugin": "2.1.3",
"amd-define-factory-patcher-loader": "1.0.0",
"app-root-dir": "1.0.2",
"babel-core": "6.26.3",
"babel-loader": "7.1.5",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.2",
"clean-webpack-plugin": "1.0.0",
"cross-env": "5.2.0",
"css-loader": "1.0.0",
"extract-loader": "2.0.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "2.0.0",
"glob": "7.1.2",
"html-loader": "0.5.5",
"html-webpack-externals-plugin": "3.8.0",
"html-webpack-plugin": "3.2.0",
"less": "3.8.1",
"less-loader": "4.1.0",
"lodash": "4.17.10",
"mini-css-extract-plugin": "0.4.2",
"node-notifier": "5.2.1",
"offline-plugin": "5.0.6",
"on-build-webpack": "0.1.0",
"optimize-css-assets-webpack-plugin": "5.0.1",
"raw-loader": "0.5.1",
"require-dir": "1.0.0",
"style-loader": "0.22.1",
"stylelint": "9.5.0",
"stylelint-config-standard": "18.2.0",
"stylelint-order": "1.0.0",
"swig-loader": "https://github.com/knightus/nodejs-swig-loader.git",
"swig-templates-webpack-plugin": "0.6.2",
"url-loader": "1.1.1",
"webpack": "4.17.1",
"webpack-cli": "3.1.0",
"webpack-config-utils": "2.3.1",
"webpack-dev-server": "3.1.5",
"webpack-notifier": "1.6.0"
}
}