forked from creativecommons/ccos-website-source
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 768 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
{
"dependencies": {
"@octokit/rest": "^18.3.5",
"buffer": "^6.0.3",
"js-yaml": "^3.14.1",
"vue": "^2.6.12",
"vue-select": "^3.11.2"
},
"devDependencies": {
"@babel/core": "^7.13.10",
"@creativecommons/vocabulary": "2020.11.1",
"autoprefixer": "^10.2.5",
"babel-loader": "^8.2.2",
"bulma": "^0.9.2",
"css-loader": "^5.1.1",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^6.0.0",
"postcss": "^8.2.10",
"postcss-loader": "^5.1.0",
"sass-loader": "^12.1.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
},
"license": "MIT",
"main": "main.js",
"private": true
}