-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.19 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.19 KB
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": "task-react-styling",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"lint": "eslint . --ext .js,.jsx",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --open",
"build": "webpack --env.production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marazmlab/task-react-styling.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marazmlab/task-react-styling/issues"
},
"homepage": "https://github.com/marazmlab/task-react-styling#readme",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"babel-loader": "^10.0.0",
"eslint": "^9.25.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.37.5",
"html-webpack-plugin": "^5.6.3",
"prettier": "^3.5.3",
"webpack": "^5.99.7",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"@splinetool/react-spline": "^4.0.0",
"react-router-dom": "^7.5.3",
"styled-components": "^6.1.17"
}
}