-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.37 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
47
48
49
50
51
52
53
{
"name": "scpl-editor",
"version": "0.1.0",
"private": true,
"homepage": "https://scpl.dev/",
"dependencies": {
"browserfs": "^1.4.3",
"pretty-bytes": "^5.1.0",
"qrcode": "^1.3.3",
"react": "^16.8.4",
"react-ace": "^6.4.0",
"react-dom": "^16.8.4",
"react-dropzone": "^10.0.5",
"react-helmet": "^5.2.0",
"react-markdown": "^4.0.8",
"react-portal": "^4.2.0",
"react-scripts": "2.1.8",
"scpl": "^1.9.3",
"shortcut-preview": "pfgithub/shortcut-preview",
"typescript": "3.3.3333",
"yarn": "^1.17.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && rm -rf docs && mv build docs && echo \"editor.scpl.dev\" > docs/CNAME",
"test": "react-scripts test",
"eject": "react-scripts eject",
"format": "prettier --write src/***.{css,tsx,ts,json} .prettierrc .eslintrc.js package.json"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "24.0.11",
"@types/node": "11.11.0",
"@types/pretty-bytes": "^5.1.0",
"@types/qrcode": "^1.3.3",
"@types/react": "16.8.7",
"@types/react-dom": "16.8.2",
"@types/react-helmet": "^5.0.8",
"@types/react-portal": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^1.4.2",
"@typescript-eslint/parser": "^1.4.2",
"onchange": "^5.2.0",
"prettier": "^1.17.0"
}
}