-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 840 Bytes
/
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
{
"name": "anchor-theme-roc",
"description": "Roc theme for Anchor CMS.",
"main": "index.js",
"scripts": {
"build": "webpack"
},
"homepage": "https://github.com/EpicKris/anchor-theme-roc#readme",
"author": "Kristian Matthews",
"repository": {
"type": "git",
"url": "git+https://EpicKris@github.com/EpicKris/anchor-theme-roc.git"
},
"bugs": {
"url": "https://github.com/EpicKris/anchor-theme-roc/issues"
},
"dependencies": {
"bootstrap": "^4",
"feather-icons": "^4",
"jquery": "^3",
"popper.js": "^1.13.0"
},
"devDependencies": {
"clean-webpack-plugin": "^0",
"css-loader": "^0",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4",
"postcss-loader": "^2",
"precss": "^3",
"sass-loader": "^6",
"style-loader": "^0",
"webpack": "^3"
}
}