-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "digifolio",
"version": "0.1.1",
"private": true,
"homepage": "https://digifolio.spencertiberi.com",
"dependencies": {
"@fluentui/react": "^7.107.5",
"@rebass/grid": "^6.1.0",
"lodash": "^4.17.15",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^6.0.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.3.0",
"styled-components": "^4.4.0"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"gh-pages": "^2.2.0"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint \"src/**/*.js\"",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"clean": "rm -rf node_modules && npm i",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}