-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.25 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.25 KB
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
{
"name": "merkury-template",
"version": "1.0.0",
"main": "index.js",
"author": "Huy <huy@passcareer.io>",
"license": "MIT",
"scripts": {
"dev": "yarn run develop",
"develop": "./node_modules/.bin/webpack-dev-server --mode development --config ./config/webpack/config.js --hot",
"lint:scripts": "./node_modules/.bin/eslint .",
"lint:styles": "./node_modules/.bin/stylelint .",
"test": "cross-env JEST_PUPPETEER_CONFIG=./config/jest-puppeteer.js jest --config ./config/jest.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",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jest": "^21.22.0",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^2.0.0",
"glob": "^7.1.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-size": "^3.0.0",
"gulp-trailing-comma": "^0.0.2",
"gulp-uglify": "^3.0.1",
"gulp-util": "^3.0.8",
"html-loader": "^0.5.5",
"html-webpack-externals-plugin": "^3.8.0",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^3.2.0",
"jest": "^23.6.0",
"jest-image-snapshot": "^2.5.0",
"jest-puppeteer": "^3.3.1",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lodash": "^4.17.10",
"main-bower-files": "^2.13.1",
"mini-css-extract-plugin": "^0.4.2",
"node-notifier": "^5.2.1",
"on-build-webpack": "^0.1.0",
"puppeteer": "^1.8.0",
"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": "^2.1.0",
"swig-templates-webpack-plugin": "^0.6.2",
"url-loader": "^1.1.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5",
"webpack-notifier": "^1.6.0"
}
}