-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 965 Bytes
/
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
{
"name": "jane.github.io",
"description": "Jane Open Source",
"version": "0.0.1",
"private": true,
"author": "Jane",
"scripts": {
"build": "react-scripts build",
"eject": "react-scripts eject",
"postbuild": "rm -rf opensource && mv build opensource",
"prebuild": "sortpack",
"start": "react-scripts start"
},
"homepage": "https://jane.github.io/opensource",
"dependencies": {
"cxs": "6.2.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.4"
},
"devDependencies": {
"@types/node": "14.14.14",
"@types/react": "16.9.53",
"@types/react-dom": "16.9.8",
"sortpack": "2.1.11",
"typescript": "4.1.3"
},
"browserslist": [
">0.5%",
"ie >= 11"
],
"eslintConfig": {
"extends": "react-app"
},
"prettier": {
"arrowParens": "always",
"printWidth": 80,
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}
}