-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
66 lines (66 loc) · 2.06 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
64
65
66
{
"name": "efrc_ui",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "VUE_APP_SPLASH_BASE=$(grep VUE_APP_SPLASH_BASE .env | cut -d '=' -f2) vuepress build docs --dest ./public/$(grep VUE_APP_SPLASH_BASE .env | cut -d '=' -f2)/docs && vue-cli-service serve",
"build": "npm run docs:build && vue-cli-service build && rm -rf ./public/docs",
"lint": "vue-cli-service lint",
"test:clear-jest-cache": "node --inspect node_modules/.bin/jest --clearCache",
"test:debug": "node --inspect node_modules/.bin/jest --runInBand",
"test:unit": "vue-cli-service test:unit",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs --dest ./public/docs"
},
"dependencies": {
"@toast-ui/editor": "^2.5.2",
"@toast-ui/vue-editor": "^2.5.2",
"axios": "^0.25.0",
"bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2",
"citation-js": "^0.5.1",
"codemirror": "^5.62.0",
"dompurify": "^2.3.0",
"flush-promises": "^1.0.2",
"jquery": "^3.6.0",
"marked": "^4.0.10",
"serialize-javascript": "^4.0.0",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-google-oauth2": "^1.5.8",
"vue-instant": "^1.0.4",
"vue-router": "^3.5.2",
"vuex": "^3.6.2"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-plugin-unit-jest": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "^1.2.1",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^26.6.3",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-vue": "^6.2.2",
"node-forge": ">=1.0.0",
"vue-bokeh": "^0.2.0",
"vue-cli-plugin-bootstrap": "^1.0.0-alpha.1",
"vue-template-compiler": "^2.6.14",
"vuepress": "^1.9.7",
"webpack-license-plugin": "^4.2.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}