-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.34 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
{
"name": "digimon-world-2003",
"version": "0.1.0",
"description": "A web app providing Digimon World 3/2003 Information",
"main": "dist/index.html",
"author": "Cyle Ven Dawson <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"build-prod": "webpack --config webpack.prod.js",
"lint": "eslint 'src/**/*.ts' 'src/**/*.tsx'",
"start-dev": "SASS_PATH=node_modules webpack-dev-server --config webpack.dev.js"
},
"dependencies": {
"@rmwc/top-app-bar": "^6.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@types/react": "^16.9.27",
"@types/react-dom": "^16.9.5",
"@types/react-router-dom": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^3.0.0",
"html-webpack-plugin": "^4.0.3",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^7.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"webpack-merge": "^4.2.2"
}
}