-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 745 Bytes
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
{
"name": "snow-prediction",
"version": "1.0.0",
"description": "Snow prediction",
"main": "src/index.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch",
"clean": "rmdir /q/s node_modules dist __pycache__ | del package-lock.json"
},
"keywords": [],
"author": "Frank Vanris",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"babel-loader": "9.1.3",
"babel-plugin-styled-components": "2.1.4",
"browser-sync": "2.29.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "6.15.0",
"styled-components": "6.0.7",
"webpack": "5.88.2",
"webpack-cli": "5.1.4"
}
}