-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
46
47
48
49
{
"name": "pogscience",
"version": "1.0.0",
"description": "PogScience website",
"main": "index.js",
"dependencies": {
"@formatjs/intl-utils": "^3.8.4",
"@fullcalendar/core": "^5.9.0",
"@fullcalendar/daygrid": "^5.9.0",
"@fullcalendar/list": "^5.9.0",
"@fullcalendar/timegrid": "^5.9.0",
"@vue/reactivity": "^3.2.19",
"luxon": "^2.0.2",
"petite-vue": "^0.3.0",
"tinycolor2": "^1.4.2"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@creativebulma/bulma-divider": "^1.1.0",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@fullcalendar/resource-timeline": "^5.9.0",
"babel-loader": "^8.2.2",
"bulma": "^0.9.3",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.2.2",
"preact": "^10.5.14",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"style-loader": "^3.3.0",
"webpack": "^5.52.0",
"webpack-bundle-tracker": "^1.3.0",
"webpack-cli": "^4.8.0"
},
"scripts": {
"watch": "webpack --config webpack.config.js --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AmauryCarrade/PogScienceWebsite.git"
},
"author": "Amaury Carrade <amaury@carrade.eu>",
"license": "CECILL-B",
"bugs": {
"url": "https://github.com/AmauryCarrade/PogScienceWebsite/issues"
},
"homepage": "https://github.com/AmauryCarrade/PogScienceWebsite#readme"
}