This repository was archived by the owner on Aug 1, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.43 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
50
51
52
53
54
55
56
57
{
"name": "nemui-gacha-js",
"description": "ねむいガチャ.js",
"private": true,
"scripts": {
"start": "PUBLIC_URL='.' react-scripts start",
"build": "react-scripts build",
"deploy": "npm run build && gh-pages -d build",
"cli": "TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' ts-node ./cli/index.ts"
},
"author": "Neo <[email protected]> (https://neos21.net/)",
"license": "MIT",
"homepage": "https://Neos21.github.io/nemui-gacha-js/",
"repository": {
"type": "git",
"url": "git+https://github.com/Neos21/nemui-gacha-js.git"
},
"bugs": {
"url": "https://github.com/Neos21/nemui-gacha-js/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Neos21"
},
"dependencies": {
"@neos21/neos-normalize": "1.0.15",
"kuromoji": "0.1.2",
"node-sass": "4.13.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"ts-node": "8.8.2",
"typescript": "3.7.5"
},
"devDependencies": {
"@types/kuromoji": "0.1.0",
"@types/node": "12.12.36",
"@types/react": "16.9.34",
"@types/react-dom": "16.9.6",
"gh-pages": "2.2.0"
},
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"eslintConfig": {
"extends": "react-app"
}
}