-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
49 lines (49 loc) · 1.42 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": "dailyeffecttest",
"version": "1.0.0",
"description": "日常小效果测试,每一个文件夹都是一个小测试。",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development vite",
"prebuild": "node script/generate-index-html.mjs",
"build": "vite build",
"postbuild": "node script/asset-path-rewrite.js",
"serve": "vite preview",
"lint": "eslint src",
"lint:fix": "eslint ./ --fix"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@vitejs/plugin-vue": "^1.6.0",
"capture-website": "^2.1.1",
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.25.4",
"glob": "^7.2.0",
"less": "^4.1.2",
"pageres": "^6.2.3",
"rollup-plugin-copy": "^3.4.0",
"sass": "^1.47.0",
"three": "^0.136.0",
"tween.js": "^16.6.0",
"vite": "^2.6.13",
"vite-plugin-live-reload": "^2.1.0",
"vite-plugin-style-import": "^1.2.1"
},
"dependencies": {
"@tweenjs/tween.js": "^18.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnauhca/dailyeffecttest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gnauhca/dailyeffecttest/issues"
},
"homepage": "https://github.com/gnauhca/dailyeffecttest#readme"
}