-
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.34 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.34 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": "prioritize",
"version": "1.6.0",
"description": "",
"main": "index.js",
"dependencies": {
"bootswatch": "^5.2.2",
"firebase": "^11.7.3",
"sass": "^1.88.0"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"babel-eslint": "^10.0.3",
"bootstrap": "^5.2.2",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.2.2",
"dependency-cruiser": "^16.10.2",
"eslint": "^8.26.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-clickwithclark": "3.0.4",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"font-awesome": "^4.7.0",
"graphviz": "0.0.9",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.0",
"javascript-obfuscator": "^4.0.0",
"jsdoc": "^4.0.4",
"minami": "^1.2.3",
"mini-css-extract-plugin": "^2.6.1",
"npm-check-updates": "^16.3.15",
"prettier": "^2.7.1",
"sass-loader": "^13.1.0",
"standard-version": "^9.5.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-middleware": "^5.3.3",
"webpack-dev-server": "^4.11.1",
"webpack-merge": "^5.8.0",
"webpack-obfuscator": "^3.5.1",
"workbox-webpack-plugin": "^6.5.4"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint . --fix ./*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docs": "node_modules/.bin/jsdoc -c .eslintrc.js",
"build": "webpack --config webpack.prod.js && rm dist/**/*.map && rm dist/*.map && cp ./src/assets/icons/maskable_icon_x128.png ./dist/img/maskable_icon_x128.png && cp ./src/assets/icons/maskable_icon300.png ./dist/img/maskable_icon300.png",
"start": "webpack-dev-server --config webpack.dev.js --open",
"release": "standard-version && cp -r /c/Users/clickwithclark/Documents/Repositories/prioritize/dist/. /c/Users/clickwithclark/Documents/Repositories/clickwithclark.github.io/projects/prioritize"
},
"keywords": [],
"author": "",
"license": "ISC",
"eslintConfig": {
"extends": [
"clickwithclark"
]
}
}