-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.02 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
{
"name": "pf-table",
"version": "1.1.1",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"dev": "vuepress dev docs --temp .temp",
"build": "vuepress build docs",
"deploy": "gh-pages -d dist -m deploy",
"deploy:build": "npm run build && npm run deploy"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/preset-env": "^7.7.6",
"@vuepress/plugin-google-analytics": "^1.2.0",
"axios": "^0.19.0",
"element-ui": "^2.13.0",
"gh-pages": "^2.1.1",
"gitalk": "^1.5.0",
"highlight.js": "^9.16.2",
"mockjs": "^1.1.0",
"number-precision": "^1.3.2",
"vue": "^2.6.10",
"vue-highlight.js": "^3.1.0"
},
"devDependencies": {
"@babel/core": "^7.7.5"
}
}