-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "seport.github.io",
"version": "1.0.0",
"description": "",
"private": "true",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch --config webpack.config.js",
"start": "webpack serve --open --config webpack.config.js",
"build": "npx webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seport/seport.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/seport/seport.github.io/issues"
},
"homepage": "https://github.com/seport/seport.github.io#readme",
"dependencies": {
"markdown-to-jsx": "^7.4.0",
"qs-to-json": "^0.1.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-textarea-autosize": "^8.5.3",
"react-tiny-link": "^3.6.1"
},
"devDependencies": {
"@babel/core": "^7.18.6",
"@babel/plugin-transform-react-constant-elements": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.2.0",
"eslint": "^7.31.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"html-webpack-plugin": "^5.3.2",
"prettier": "^3.1.1",
"style-loader": "^3.2.1",
"webpack": "^5.47.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1"
}
}