-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
47 lines (47 loc) · 1.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
{
"name": "vuexok",
"version": "1.0.2",
"description": "Vuex at powerful with Vuexok",
"main": "dist/vuexok.js",
"types": "dist/vuexok.d.ts",
"scripts": {
"prepare": "npm run build",
"test": "eslint -c test/types/.eslintrc.json test/types/**/*.ts",
"build": "rollup -c ./rollup.config.ts",
"docs:dev": "vuepress dev vuepress",
"docs:build": "vuepress build vuepress"
},
"keywords": [
"typescript",
"vue",
"vuex",
"ssr"
],
"author": "spbweb",
"repository": {
"type": "git",
"url": "git+https://github.com/spb-web/vuexok.git"
},
"bugs": {
"url": "https://github.com/spb-web/vuexok/issues"
},
"homepage": "https://spb-web.github.io/vuexok",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-typescript": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@typescript-eslint/parser": "^4.15.1",
"eslint": "^7.20.0",
"eslint-plugin-expect-type": "0.0.5",
"rollup": "^2.31.0",
"rollup-plugin-terser": "^7.0.2",
"tslib": "^2.0.3",
"typescript": "^4.0.3",
"vue": "^2.6.12",
"vuepress": "^1.7.1",
"vuex": "^3.5.1"
},
"dependencies": {
"mitt": "^3.0.0"
}
}