forked from uptek/zikrrr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.89 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.89 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
{
"name": "zikrrr",
"version": "1.3.1",
"description": "Zikrrr, open a new tab and earn sawab, benefit?",
"main": "index.js",
"scripts": {
"start": "npm run watch",
"watch": "webpack serve --mode=development",
"build": "npm run lint && npm run test && webpack --mode=production",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint ./src/**/*.js",
"stylelint": "stylelint ./src/styles/**/*.scss",
"serve": "http-server ./dist -o",
"test": "jest"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-react-jsx": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-redom-jsx": "^3.0.5",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.2.7",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^3.4.1",
"file-loader": "^6.2.0",
"glob": "^7.2.3",
"html-webpack-plugin": "^4.5.2",
"http-server": "^0.12.3",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.6.2",
"prettier": "^2.7.1",
"sass": "^1.53.0",
"sass-loader": "^10.3.0",
"style-loader": "^2.0.0",
"stylelint": "^13.13.1",
"stylelint-config-sass-guidelines": "^7.1.0",
"stylelint-order": "^4.1.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^3.11.3"
},
"dependencies": {
"lozad": "^1.16.0",
"redom": "^3.29.0"
}
}