-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
62 lines (62 loc) · 1.87 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
{
"name": "curricle",
"version": "1.2.4",
"private": true,
"scripts": {
"gen_weekly_semesters": "bin/gen_weekly_semesters > app/javascript/lib/semester-weeks.json",
"lint": "eslint --fix --ext js,vue app/javascript",
"test:unit": "jest"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-regular-svg-icons": "^5.2.0",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/vue-fontawesome": "^0.1.0",
"@rails/webpacker": "^4.0.2",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
"apollo-link": "^1.0.0",
"apollo-link-context": "^1.0.8",
"apollo-link-http": "^1.5.4",
"awesomplete": "^1.1.2",
"bootstrap-vue": "^2.0.0-rc.11",
"core-js": "3",
"css-loader": "^2.1.1",
"d3": "^5.5.0",
"graphql": "^14.0.2",
"graphql-tag": "^2.8.0",
"jquery": "^3.3.1",
"lodash": "^4.17.5",
"typescript": "^3.2.4",
"vue": "^2.6.8",
"vue-apollo": "^3.0.0-beta.5",
"vue-loader": "^15.7.0",
"vue-matomo": "^3.9.1-2",
"vue-router": "^3.0.1",
"vue-slider-component": "^2.8.4",
"vue-template-compiler": "^2.6.8",
"vue-truncate-collapsed": "1.3.0",
"vuex": "^3.0.1",
"webpack": "^4.39.2"
},
"devDependencies": {
"@types/lodash": "^4.14.106",
"@vue/test-utils": "^1.0.0-beta.28",
"babel-core": "^7.0.0-bridge",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.1.0",
"jest": "^24.0.0",
"jest-serializer-vue": "^2.0.2",
"stylelint": "^10.0.1",
"stylelint-config-standard": "^18.2.0",
"vue-jest": "^3.0.2",
"webpack-dev-server": "^3.1.14"
}
}