-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"name": "sve-card",
"version": "1.2.4",
"description": "DIY Shadowverse EVOLVE card.",
"main": "dist/svecard.min.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Haoxuan8/sve-card.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Haoxuan8/sve-card/issues"
},
"homepage": "https://github.com/Haoxuan8/sve-card#readme",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.3",
"@babel/eslint-parser": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"core-js": "^3.31.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.3",
"eslint": "^8.37.0",
"eslint-plugin-babel": "^5.3.1",
"style-loader": "^3.3.2",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.1",
"fontfaceobserver": "^2.3.0",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1"
},
"dependencies": {
}
}