-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.57 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
48
49
50
51
{
"name": "yayuyokitano",
"version": "1.0.0",
"description": "Documentation website for lastfm-typed",
"main": "dist/index.js",
"author": "yayuyokitano",
"license": "MIT",
"dependencies": {
"buffer": "^6.0.3",
"core-js": "^3.13.1",
"crypto-browserify": "^3.12.0",
"json-formatter-js": "^2.3.4",
"lastfm-typed": "../lastfm-typed-dist",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-syntax-highlighter": "^15.4.4",
"regenerator-runtime": "^0.13.7",
"stream-browserify": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.14.4",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@types/react": "^17.0.9",
"@types/react-dom": "^17.0.6",
"@types/react-router-dom": "^5.1.7",
"@types/react-syntax-highlighter": "^13.5.2",
"babel-loader": "^8.2.2",
"compression-webpack-plugin": "^8.0.1",
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.1",
"sass": "^1.43.4",
"sass-loader": "^12.0.0",
"source-map-loader": "^3.0.0",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.4",
"typescript": "^4.3.2",
"webpack": "^5.38.1",
"webpack-bundle-analyzer": "^4.4.2",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2",
"zlib": "^1.0.5"
},
"scripts": {
"start": "npx webpack serve",
"build": "npx webpack --config webpack_prod.config.js"
}
}