-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.4 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.4 KB
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
{
"name": "danmaku-demo",
"version": "1.0.0",
"description": "Demo pages of Danmaku.",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --config build/webpack.dev.config.js",
"build": "rimraf ./docs/**/* && cross-env NODE_ENV=production webpack --config build/webpack.prod.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/heeroluo/danmaku-demo.git"
},
"author": {
"name": "Mr.Luo",
"email": "heeroluo@126.com",
"url": "https://mrluo.life/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/heeroluo/danmaku-demo/issues"
},
"homepage": "https://github.com/heeroluo/danmaku-demo#readme",
"devDependencies": {
"@babel/core": "^7.17.2",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-json-strings": "^7.16.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"eslint": "^8.9.0",
"eslint-webpack-plugin": "^3.1.1",
"glob": "^7.2.0",
"html-webpack-plugin": "^4.5.2",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.3",
"webpack-merge": "^4.2.2"
}
}