-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.19 KB
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
{
"name": "chronicle",
"version": "0.6.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "npm run generate && vue-cli-service build",
"start": "npm run generate && npm run serve",
"generate": "node scripts/generate_static.js",
"serve-dist": "php -S localhost:8090"
},
"dependencies": {
"alea": "^1.0.1",
"axios": "^1.7.3",
"core-js": "^3.8.3",
"fs": "^0.0.1-security",
"fuzzy-search": "^3.2.1",
"gif.js.optimized": "^1.0.1",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"tweakpane": "^4.0.1",
"vue": "^2.6.14",
"vue-highlightjs": "^1.3.3",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@types/fuzzy-search": "^2.1.2",
"@types/lodash": "^4.14.195",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"less": "^4.0.0",
"less-loader": "^8.0.0",
"showdown": "^2.1.0",
"three": "^0.156.1",
"typescript": "~4.5.5",
"vue-template-compiler": "^2.6.14",
"vue-typed-mixins": "^0.2.0",
"yaml-loader": "^0.8.0"
}
}