-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.46 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
{
"name": "gulizhang",
"version": "1.0.2",
"description": "跟着frankfang一起造轮子",
"main": "./src/app.js",
"scripts": {
"auto-test": "parcel watch test/* --no-cache && karma start",
"test": "parcel build test/* --no-cache --no-minify && karma start --single-run",
"build": "./node_modules/.bin/parcel build public/index.html --no-cache --public-url ./",
"start": "./node_modules/.bin/parcel public/index.html --no-cache",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baozoudashijian/Guli.git"
},
"keywords": [],
"author": "rongerzhang",
"license": "MIT",
"bugs": {
"url": "https://github.com/baozoudashijian/Guli/issues"
},
"homepage": "https://github.com/baozoudashijian/Guli#readme",
"dependencies": {
"chai": "^4.3.4",
"vue": "^2.6.14",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"babel-polyfill": "^6.26.0",
"chai-spies": "^1.0.0",
"karma": "^6.3.9",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"mocha": "^9.1.3",
"parcel-bundler": "^1.12.5",
"sass": "^1.44.0",
"sass-loader": "^7.3.1",
"sinon": "6.0.1",
"sinon-chai": "^3.7.0",
"vue-template-compiler": "^2.6.14",
"vuepress": "^1.8.3",
"yarn": "^1.22.17"
}
}