forked from AWIXOR-zz/1337-contributors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.51 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
{
"name": "1337Contributors",
"version": "2.0.0",
"description": "This project aims to simplify and guide the way beginners make their first contribution.",
"author": "Awixor",
"keywords": [
"1337",
"contributions"
],
"scripts": {
"start": "cross-env NODE_ENV=development webpack serve --config tools/webpack/webpack.config.dev.js --port 8000",
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.config.prod.js",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/"
},
"license": "MIT",
"dependencies": {
"@hot-loader/react-dom": "^17.0.2",
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.4",
"eslint": "^7.22.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^6.2.4",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.5.0",
"react-hot-loader": "^4.13.0",
"style-loader": "^2.0.0",
"ts-loader": "^9.1.0",
"typescript": "^4.2.3",
"webpack": "^5.35.0",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^4.8.1",
"yaml-loader": "^0.6.0"
}
}