-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
38 lines (38 loc) · 953 Bytes
/
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
{
"name": "vidar-website",
"version": "1.0.0",
"description": "Vidar-Team official site",
"main": "src/scripts/app.js",
"scripts": {
"build": "poi --prod && cp dist/index.html dist/404.html",
"dev": "poi --serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iCyris/Vidar-Website.git"
},
"keywords": [
"Vidar-Team",
"Homepage"
],
"author": "Cyris <i@cyris.moe> (https://cyris.moe/)",
"bugs": {
"url": "https://github.com/iCyris/Vidar-Website/issues"
},
"homepage": "https://vidar.club",
"devDependencies": {
"babel-plugin-react-require": "^3.1.1",
"babel-preset-react-app": "^9.0.0",
"poi": "^12.6.10",
"typed.js": "^2.0.10"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"node-sass": "^4.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-popper": "^2.2.5",
"react-router-dom": "^5.0.0",
"sass-loader": "^7.1.0"
}
}