-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.78 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
{
"name": "yinghekongjian.com",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:jrg-team/yinghekongjian.com2.0.git",
"author": "Zegendary <zxw1992513@qq.com>",
"license": "MIT",
"alias": {
"vue": "./node_modules/vue/dist/vue.js"
},
"scripts": {
"start": "parcel index.ejs --no-cache",
"start:mode": "parcel mode.ejs --no-cache",
"start:detail": "parcel detail.ejs --no-cache",
"start:projects": "parcel projects.ejs --no-cache",
"build:all": "bash ./build.sh",
"build:java": "echo 'BUILD_FLAG=yinghekongjian' > .env && parcel build ./*.ejs --no-cache --no-source-maps --out-dir dist/java",
"build:jirengu": "echo 'BUILD_FLAG=jirengu' > .env && parcel build ./*.ejs --no-cache --no-source-maps --public-url /new --out-dir dist/jirengu",
"build:cplusplus": "echo 'BUILD_FLAG=cplusplus' > .env && parcel build ./*.ejs --no-cache --no-source-maps --public-url /C++ --out-dir dist/cplusplus",
"build:english": "echo 'BUILD_FLAG=english' > .env && parcel build ./*.ejs --no-cache --no-source-maps --public-url /english --out-dir dist/english",
"deploy": "bash local_deploy.sh"
},
"dependencies": {
"@svgr/parcel-plugin-svgr": "^5.5.0",
"axios": "^0.19.0",
"cross-env": "^6.0.3",
"ejs": "^2.7.1",
"layout": "^2.2.0",
"marked": "^0.7.0",
"parcel-plugin-ejs-template": "^0.1.2",
"react": "^16.12.0",
"swiper": "^4.5.0",
"v-tooltip": "^2.0.2",
"vue": "^2.6.10",
"vue-awesome-swiper": "^3.1.3",
"vue-hot-reload-api": "^2.3.3"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.0.0",
"cssnano": "^4.1.10",
"lodash": "^4.17.15",
"node-sass": "npm:sass",
"sass": "^1.22.10",
"vue-template-compiler": "^2.6.10"
}
}