-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.27 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
44
45
{
"name": "poll",
"version": "1.0.0",
"description": "An open source, high performance, polling platform",
"main": "index.js",
"scripts": {
"build": "webpack build --mode production --progress && cp ./dist/bundle.js ./public",
"build:dev": "webpack server --mode development"
},
"repository": {
"type": "git",
"url": "git+https://github.com/peasee/poll.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/peasee/poll/issues"
},
"homepage": "https://github.com/peasee/poll#readme",
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-transform-runtime": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"@babel/runtime": "^7.27.6",
"axios": "^1.10.0",
"babel-loader": "^10.0.0",
"bootstrap": "^5.3.7",
"css-loader": "^7.1.2",
"less": "^4.4.0",
"less-loader": "^12.3.0",
"prop-types": "^15.8.1",
"react": "^19.1.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.1.0",
"react-minimal-pie-chart": "^9.1.1",
"react-router-dom": "^7.7.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.14",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2",
"dotenv": "^17.2.0"
}
}