-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.81 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "@jparkinson1991/common-frontend",
"version": "0.0.12",
"description": "Common frontend functionality",
"homepage": "https://github.com/JParkinson1991/common-frontend",
"bugs": {
"url": "https://github.com/JParkinson1991/common-frontend/issues"
},
"license": "MIT",
"author": {
"name": "Josh Parkinson",
"email": "joshparkinson1991@gmail.com",
"url": "https://github.com/JParkinson1991"
},
"files": [
"assets/**/*",
"bin/**/*",
"lib/**/*"
],
"main": "./lib/index.js",
"bin": {
"common-frontend": "./bin/common-frontend.js"
},
"scripts": {
"build": "webpack",
"develop": "webpack --watch --env.dev",
"document": "sassdoc -v './assets/scss/**/*.s+(a|c)ss'",
"document:open": "npm run document && open ./documentation/index.html",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/JParkinson1991/common-frontend.git"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.11.2",
"app-root-path": "^3.0.0",
"bootstrap-sass": "^3.4.1",
"chalk": "^3.0.0",
"clean-webpack-plugin": "^3.0.0",
"commander": "^4.0.1",
"css-loader": "^3.3.0",
"cssnano": "^4.1.10",
"file-loader": "^5.0.2",
"glob": "^7.1.6",
"imagemin-webpack-plugin": "^2.4.2",
"inquirer": "^7.0.0",
"inversify": "^5.0.1",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.8.0",
"node-sass": "^4.13.1",
"node-sass-glob-importer": "^5.3.2",
"postcss-cssnext": "^3.1.0",
"postcss-loader": "^3.0.0",
"reflect-metadata": "^0.1.13",
"sass-loader": "^8.0.0",
"sassdoc": "^2.7.1",
"style-loader": "^1.0.1",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.9.0",
"webpack-fix-style-only-entries": "^0.4.0",
"webpack-notifier": "^1.8.0"
},
"devDependencies": {
"@types/app-root-path": "^1.2.4",
"@types/inquirer": "^6.5.0",
"@types/lodash": "^4.14.149",
"@types/mini-css-extract-plugin": "^0.8.0",
"@types/node": "^12.12.15",
"@types/webpack-dev-server": "^3.9.0",
"@types/webpack-notifier": "^1.5.3",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"eslint": "^6.7.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"shebang-loader": "0.0.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.3",
"webpack-cli": "^3.3.10",
"webpack-node-externals": "^1.7.2"
},
"peerDependencies": {
"sassdoc": "^2.7.1"
}
}