forked from makowis/makofolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.94 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
{
"name": "makowis-portfolio",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.13",
"@material/react-fab": "0.2.0",
"axios": "0.21.0",
"bootstrap": "4.5.3",
"history": "5.0.0",
"htmlparser2": "3.10.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "7.2.2",
"react-scripts": "3.4.4",
"redux": "4.0.5"
},
"scripts": {
"start": "NODE_PATH=src/subpackages react-scripts start",
"build": "NODE_PATH=src/subpackages react-scripts build",
"test": "NODE_PATH=src/subpackages react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "NODE_PATH=src/subpackages eslint . && flow",
"storybook": "NODE_PATH=src/subpackages start-storybook -p 9009 -s public",
"build-storybook": "NODE_PATH=src/subpackages build-storybook -s public"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@storybook/addon-actions": "4.1.18",
"@storybook/addon-backgrounds": "4.1.18",
"@storybook/addon-links": "4.1.18",
"@storybook/addon-notes": "4.1.18",
"@storybook/addon-storyshots": "4.1.18",
"@storybook/addons": "4.1.18",
"@storybook/react": "4.1.18",
"babel-loader": "8.2.2",
"eslint-config-airbnb": "17.1.1",
"eslint-config-prettier": "7.0.0",
"eslint-plugin-flowtype": "5.2.0",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.3.0",
"flow-bin": "0.151.0",
"i": "0.3.6",
"jest-mock-axios": "4.2.1",
"prettier": "2.3.0",
"react-test-renderer": "17.0.1",
"redux-devtools": "3.7.0",
"redux-devtools-dock-monitor": "1.2.0",
"redux-devtools-log-monitor": "2.1.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}