-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
66 lines (66 loc) · 1.97 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "p2pu-website",
"version": "1.0.0",
"description": "",
"main": "",
"private": true,
"scripts": {
"build": "webpack --mode production --config webpack.config.js",
"build:dev": "webpack --config webpack.config.js",
"watch": "webpack --mode development --config webpack.config.js --watch",
"profile": "webpack --mode production --config webpack.config.profile.js --watch",
"test": "mocha test/bootstrap.js --timeout 10000 --recursive test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/p2pu/p2pu-website.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/p2pu/p2pu-website/issues"
},
"homepage": "https://github.com/p2pu/p2pu-website#readme",
"dependencies": {
"@babel/runtime": "^7.9.2",
"@fortawesome/fontawesome-free": "^6.2.1",
"@popperjs/core": "^2.11.6",
"assets-webpack-plugin": "^7.1.1",
"axios": "^1.2.6",
"bootstrap": "^5.2.3",
"bootstrap-icons": "^1.5.0",
"css-minimizer-webpack-plugin": "^4.2.2",
"jsonp": "^0.2.1",
"material-icons": "^1.13.1",
"mini-css-extract-plugin": "^2.7.2",
"p2pu-components": "file:p2pu-components",
"p2pu-theme": "file:p2pu-theme",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-slick": "^0.30.2",
"react-tooltip": "^4.2.21",
"resolve-url-loader": "^5.0.0",
"sass": "^1.57.1",
"slick-carousel": "^1.8.1",
"ttag": "^1.7.24"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^8.1.0",
"chai": "^4.2.0",
"css-loader": "^6.7.3",
"file-loader": "^6.0.0",
"mocha": "^10.2.0",
"puppeteer-core": "^19.7.1",
"sass-loader": "^13.2.0",
"serve": "^14.2.0",
"style-loader": "^3.3.1",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}