This repository has been archived by the owner on Dec 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
64 lines (64 loc) · 1.7 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
58
59
60
61
62
63
64
{
"name": "awcy-readme-generator",
"version": "1.0.0",
"private": true,
"dependencies": {
"@monaco-editor/react": "^4.3.1",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"ajv": "^8.8.2",
"bootstrap": "^5.1.3",
"bootstrap-dark-5": "^1.1.3",
"clipboard": "^2.0.8",
"file-saver": "^2.0.5",
"lorem-ipsum": "^2.0.4",
"monaco-editor": "^0.31.1",
"purgecss": "^4.1.3",
"react": "^17.0.2",
"react-bootstrap": "^2.0.4",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-scripts": "^5.0.0",
"react-textarea-autosize": "^8.3.3",
"sass": "^1.45.1",
"typescript": "^4.5.4",
"typescript-json-schema": "^0.52.0"
},
"scripts": {
"schema": "typescript-json-schema ./src/utils/NfoWriter.ts NfoData > src/NfoSchema.json",
"prestart": "npm run schema",
"start": "react-scripts start",
"prebuild": "npm run schema",
"build": "react-scripts build",
"postbuild": "purgecss -c purgecss.config.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"readme": "npx ts-node -P tsconfig.buildscripts.json buildscripts/readme.ts"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/file-saver": "^2.0.4",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11"
},
"homepage": "/awcy-nfo/"
}