-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.64 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
{
"name": "poi-ts-vue-example",
"version": "1.0.0",
"description": "Test example using POI, Vue, Typescript",
"scripts": {
"dev": "poi src/client/main.ts",
"build": "poi build src/client/main.ts --bundle-report --webpackmonitor",
"updates-check": "salita --ignore-pegged",
"updates-commit": "salita --ignore-pegged --update && npm i"
},
"keywords": [
"jest",
"poi",
"typescript",
"vue",
"storybook"
],
"author": "",
"license": "",
"dependencies": {
"jest": "^23.1.0",
"jest-css-modules": "^1.1.0",
"lodash": "^4.17.10",
"ts-jest": "^22.4.6",
"vue": "^2.5.16",
"vue-jest": "^2.6.0",
"vuex": "^3.0.1",
"vuex-class": "^0.3.1"
},
"devDependencies": {
"@poi/plugin-bundle-report": "^10.0.1",
"@poi/plugin-typescript": "^10.2.0",
"@poi/plugin-webpackmonitor": "^10.0.1",
"@types/jest": "^23.0.0",
"@types/lodash": "^4.14.109",
"@types/logat": "^1.0.4",
"@types/node": "^10.3.0",
"@types/node-static": "^0.7.1",
"@types/webpack-env": "^1.13.6",
"fork-ts-checker-webpack-plugin": "^0.4.1",
"jest": "^23.1.0",
"jest-css-modules": "^1.1.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"node-sass": "^4.9.0",
"nodemon": "^1.17.5",
"npm-run-all": "^4.1.3",
"poi": "^10.2.1",
"prettier": "^1.13.4",
"salita": "^0.11.0",
"sass-loader": "^7.0.2",
"ts-jest": "^22.4.6",
"ts-node": "^6.0.5",
"tsconfig-paths-webpack-plugin": "^3.1.3",
"typescript": "^2.9.1",
"vue-component-tree": "^3.0.2",
"vue-jest": "^2.6.0",
"vue-property-decorator": "^6.1.0",
"vue-template-compiler": "^2.5.16"
}
}