-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 2.52 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 2.52 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "blog1997-api",
"private": true,
"version": "1.1.0",
"scripts": {
"codecov": "codecov",
"production": "mix --production",
"styleguide": "vue-styleguidist server",
"styleguide:build": "vue-styleguidist build",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"commit": "cz",
"version": "npx auto-changelog -p --commit-limit false && git add CHANGELOG.md"
},
"dependencies": {
},
"devDependencies": {
"atpl": "^0.9.3",
"auto-changelog": "^2.3.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"bracket-template": "^1.1.5",
"browser-sync": "^2.26.12",
"browser-sync-webpack-plugin": "^2.3.0",
"codecov": "^3.8.1",
"coffee-script": "^1.12.7",
"core-js": "^3.8.1",
"cross-env": "^5.1",
"css-loader": "^5.2.7",
"cypress": "^6.2.0",
"cypress-file-upload": "^4.1.1",
"dot": "^1.1.3",
"dustjs-linkedin": "^2.6.1",
"eco": "^1.1.0-rc-3",
"ect": "^0.5.9",
"ejs": "^3.1.5",
"eslint": "^7.6.0",
"eslint-config-google": "^0.14.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-vue": "^7.17.0",
"etc": "^1.1.0",
"file": "^0.2.2",
"haml-coffee": "^1.13.6",
"hamlet": "^0.3.3",
"hamljs": "^0.6.2",
"handlebars": "^4.7.6",
"hogan.js": "^3.0.2",
"htmling": "^0.0.4",
"jazz": "0.0.18",
"jqtpl": "^1.1.0",
"just": "^0.1.8",
"less": "^4.0.0",
"liquor": "0.0.5",
"lodash": "^4.17.5",
"marko": "^4.23.10",
"mote": "^0.2.0",
"mustache": "^4.1.0",
"node-sass": "^6.0.1",
"plates": "^0.4.11",
"popper.js": "^1.12",
"postcss": "^8.2.1",
"ractive": "^1.3.14",
"raw-loader": "^4.0.1",
"react-dev-utils": "^5.0.3",
"react-dom": "^17.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.39.0",
"sass-loader": "^12.1.0",
"sass-resources-loader": "^2.1.1",
"slm": "^2.0.0",
"style-loader": "^3.2.1",
"stylus": "^0.54.8",
"system": "^2.0.1",
"teacup": "^2.0.0",
"templayed": "^0.2.3",
"toffee": "^0.3.4",
"twig": "^1.15.4",
"vash": "^0.13.0",
"velocityjs": "^2.0.3",
"vue": "^2.6.12",
"vue-eslint-parser": "^7.1.0",
"vue-loader": "^15.9.6",
"vue-styleguidist": "^2.1.2",
"vue-template-compiler": "^2.6.12",
"vuepress": "^0.14.11",
"walrus": "^0.10.1",
"webpack-cli": "^4.7.2"
},
"bit": {
"env": {
"compiler": "bit.envs/compilers/vue@0.1.13"
},
"componentsDefaultDirectory": "components/{name}",
"packageManager": "npm"
}
}