-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 2.17 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
{
"name": "@pretalx/schedule",
"version": "1.25.2",
"description": "",
"author": "",
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:lib": "VUE_CLI_SERVICE_CONFIG_PATH=./vue.config.lib.js vue-cli-service build --target lib --formats commonjs src/lib.js",
"build:wc": "npx vue-cli-service build --target wc --inline-vue --name pretalx-schedule src/App.vue",
"lint": "vue-cli-service lint",
"test": "echo \"Error: no test specified\" && exit 1",
"analyze": "ANALYZE=true npm run build",
"prepublishOnly": "npm run build:lib"
},
"main": "dist/schedule.common.js",
"dependencies": {
"buntpapier": "^1.8.6",
"lodash": "^4.17.20",
"markdown-it": "^12.1.0",
"moment": "^2.27.0",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone": "^0.5.31",
"moment-timezone-data-webpack-plugin": "^1.3.0",
"vue": "^2.6.11",
"vue-clickaway": "^2.2.2",
"vue-resource": "^1.5.3",
"vue-select": "^3.20.3"
},
"devDependencies": {
"@babel/plugin-proposal-json-strings": "^7.10.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4",
"@babel/plugin-proposal-optional-chaining": "^7.11.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-standard": "^5.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"pug": "^3.0.0",
"pug-plain-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.11",
"webpack-bundle-analyzer": "^3.8.0"
},
"bugs": {
"url": "https://github.com/pretalx/schedule/issues"
},
"homepage": "https://github.com/pretalx/schedule#readme",
"license": "ISC",
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/pretalx/schedule.git"
}
}