This repository has been archived by the owner on Nov 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
51 lines (51 loc) · 2.05 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
{
"name": "sitcon-2021",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build && mv ./dist/2021/* ./dist && rm -rf 2021",
"lint": "vue-cli-service lint",
"init": "git submodule init && git submodule update --recursive --remote && cd src/util/session && npm install",
"generate:session": "cp session.config.js src/util/session/config.js && node src/util/session/index.js > public/json/session.json",
"redirect:qa": "cd dist && mkdir qa && cp app.html ./qa/r0.html && cp app.html ./qa/r1.html && cp app.html ./qa/r2.html && cp app.html ./qa/r3.html && cp app.html ./qa/s.html",
"redirect:record": "cd dist && mkdir record && cp app.html ./record/r0.html && cp app.html ./record/r1.html && cp app.html ./record/r2.html && cp app.html ./record/r3.html && cp app.html ./record/s.html",
"heml-dev": "heml develop template/mail/SITCON-2021.heml",
"generate:mail": "cp -R template/mail/assets public/mail && heml build template/mail/SITCON-2021.heml --output public/mail/SITCON-2021.html"
},
"dependencies": {
"@ccip-app/session-table": "^1.1.0",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-brands-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@types/vue-markdown": "^2.2.1",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"heml": "^1.1.3",
"vue": "^2.6.11",
"vue-class": "^2.0.1",
"vue-class-component": "^7.2.3",
"vue-cookies": "^1.7.4",
"vue-markdown": "^2.2.4",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@types/ol": "^6.4.2",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"markdown": "^0.5.0",
"node-sass": "^4.12.0",
"ol": "^6.5.0",
"prerender-spa-plugin": "^3.2.1",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-cli-plugin-prerender-spa": "~1.1.6",
"vue-template-compiler": "^2.6.11"
}
}