-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.06 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.06 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
46
{
"name": "mnemosyne",
"version": "0.1.1",
"description": "Autonomous Observation-Type Proof-of-Existence SYSTEM-MNEMOSYNE",
"main": "src/index.js",
"scripts": {
"start": "react-scripts start",
"prebuild": "rm -rf build docs",
"build": "react-scripts build",
"postbuild": "mv build docs",
"test": "react-scripts test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lightlyss/mnemosyne.git"
},
"keywords": [
"fate-grand-order"
],
"author": "lightlyss",
"license": "MIT",
"bugs": {
"url": "https://github.com/lightlyss/mnemosyne/issues"
},
"homepage": ".",
"dependencies": {
"@blueprintjs/core": "3.17.1",
"@blueprintjs/icons": "3.9.1",
"react": "16.8.6",
"react-dom": "16.8.6",
"react-mosaic-component": "3.2.0",
"react-scripts": "3.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}