generated from doki-theme/doki-theme-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.23 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
{
"dependencies": {
"formik": "^2.2.9",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-select": "^5.7.2",
"react-switch": "^7.0.0",
"react-tabs": "^6.0.0"
},
"scripts": {
"start": "web-ext run --source-dir ./dist/",
"watch": "webpack --config webpack.dev.js --watch",
"build": "webpack --config webpack.prod.js",
"check:prettier": "npx prettier --check .",
"check:eslint": "npx eslint ./src --ext .js,.jsx,.ts,.tsx",
"lint": "npx prettier --write . && npx eslint ./src --ext .js,.jsx,.ts,.tsx --fix"
},
"devDependencies": {
"@types/firefox-webext-browser": "^111.0.1",
"@types/lodash": "^4.14.194",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.0.11",
"@types/react-select": "^5.0.1",
"@types/react-tabs": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"doki-build-source": "^84.2.7",
"eslint": "^8.38.0",
"prettier": "2.8.8",
"style-loader": "^3.3.2",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.1",
"webpack-merge": "^5.8.0"
}
}