-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.83 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.83 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
{
"name": "kriskodira.github.io-craft-cms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --config webpack.config.js",
"watch": "webpack --watch --config webpack.config.js",
"lint": "eslint ./source/assets/js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KrisKodira/KrisKodira-Craft-CMS.git"
},
"author": "Kriskodira",
"license": "MIT",
"bugs": {
"url": "https://github.com/KrisKodira/KrisKodira-Craft-CMS/issues"
},
"homepage": "https://github.com/KrisKodira/KrisKodira-Craft-CMS#readme",
"dependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/polyfill": "^7.7.0",
"@babel/preset-env": "^7.7.6",
"@babel/register": "^7.7.4",
"autoprefixer": "^9.7.3",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"cookieconsent": "^3.1.1",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.1",
"eslint-config-prettier": "^6.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jquery": "^3.4.1",
"node-sass": "^4.13.0",
"popper.js": "^1.16.0",
"postcss-loader": "^3.0.0",
"precss": "^4.0.0",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.1",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-clean-obsolete-chunks": "^0.4.0"
},
"devDependencies": {
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.19.1",
"husky": "^3.1.0",
"prettier": "^1.19.1",
"pretty-quick": "^2.0.1",
"webpack-cli": "^3.3.10"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}