-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
{
"name": "solid-focus",
"version": "0.2.3",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"deploy": "scripts/deploy.sh",
"test": "jest",
"test:serve": "NODE_ENV=testing vue-cli-service serve src/main.testing.ts",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:test": "start-server-and-test test:serve http://localhost:8080 cy:run"
},
"vuePlugins": {
"service": [
"./plugins/pwa/index.js"
]
},
"dependencies": {
"marked": "^0.6.3",
"material-design-icons-iconfont": "^4.0.3",
"portal-vue": "^2.1.5",
"rdflib": "^0.19.0",
"register-service-worker": "^1.5.2",
"solid-auth-client": "^2.4.1",
"soukai": "^0.2.0",
"soukai-solid": "^0.2.1",
"tailwindcss": "^0.7.0",
"typeface-roboto": "0.0.54",
"vue": "^2.6.10",
"vuetify": "^1.5.7",
"vuex": "^3.1.0"
},
"devDependencies": {
"@babel/polyfill": "^7.0.0",
"@cypress/webpack-preprocessor": "^4.0.3",
"@types/faker": "^4.1.4",
"@types/jest": "^24.0.11",
"@types/marked": "^0.6.5",
"@types/node": "^10.11.7",
"@types/rdflib": "^0.17.0",
"@types/webpack-env": "^1.13.6",
"@vue/cli-plugin-babel": "^3.0.0",
"@vue/cli-plugin-eslint": "^3.0.0",
"@vue/cli-plugin-typescript": "^3.0.0",
"@vue/cli-service": "^3.0.0",
"@vue/eslint-config-typescript": "^3.0.5",
"cypress": "^3.4.0",
"dayjs": "^1.8.14",
"faker": "^4.1.0",
"jest": "^24.7.1",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.1",
"start-server-and-test": "^1.7.12",
"ts-jest": "^24.0.2",
"typescript": "^3.0.0",
"vue-cli-plugin-vuetify": "^0.2.1",
"vue-template-compiler": "^2.6.10",
"workbox-webpack-plugin": "^3.6.3"
}
}