-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 977 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
39
40
{
"name": "darcy",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"axios": "^0.21.1",
"commonmark": "^0.29.3",
"core-js": "^2.6.12",
"flexboxgrid": "^6.3.1",
"js-md5": "^0.7.3",
"moment": "^2.29.1",
"notie": "^4.3.1",
"rdflib": "^1.3.4",
"solid-auth-client": "^2.5.4",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"sass": "^1.32.5",
"sass-loader": "^8.0.2",
"vue-template-compiler": "^2.6.12"
},
"resolutions": {
"minimist": "^0.2.1",
"kind-of": ">=6.0.3"
}
}