forked from mhaidarhanif/mytasks-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.28 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
{
"name": "mytasks-react",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"storybook:build": "build-storybook -s public"
},
"dependencies": {
"dayjs": "1.7.5",
"immutable": "3.8.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-router-dom": "4.3.1",
"react-scripts": "1.1.4",
"styled-components": "3.4.2"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.10",
"@storybook/addon-links": "^3.4.10",
"@storybook/addons": "^3.4.10",
"@storybook/react": "^3.4.10",
"babel-cli": "6.26.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.5",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-react": "6.24.1",
"babel-root-slash-import": "1.1.0",
"babel-runtime": "^6.26.0",
"cra-universal": "^3.2.5",
"eslint": "5.4.0",
"eslint-plugin-react": "7.11.1",
"react-app-rewire-hot-loader": "^1.0.1",
"react-app-rewired": "^1.5.2",
"react-hot-loader": "^4.3.4"
}
}