-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.62 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.62 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "frip-ui-react",
"version": "0.1.0",
"description": "Frip UI Implementations with React Components",
"main": "dist/js/main.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"build": "webpack --optimize-minimize",
"build:watch": "webpack --optimize-minimize --watch",
"start": "start-storybook -p 9001 -c .storybook",
"build:storybook": "build-storybook -c .storybook -o .out",
"deploy:storybook": "aws s3 cp .out s3://ui-comp.frip.co.kr/ --recursive --cache-control no-cache --exclude .DS_Store"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@storybook/addon-actions": "^3.4.3",
"@storybook/addon-info": "^3.4.10",
"@types/enzyme": "^3.1.13",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/expect": "^1.20.3",
"@types/jest": "^23.3.1",
"@types/react": "^16.4.7",
"babel-core": "^6.26.0",
"babel-jest": "^23.4.2",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"jest": "^23.4.2",
"react-docgen-typescript-webpack-plugin": "^1.1.0",
"storybook-addon-specifications": "^2.1.2",
"styled-components": "^3.2.6",
"svg-inline-loader": "^0.8.0",
"ts-jest": "^23.1.3",
"tslint": "^5.11.0",
"tslint-react": "^3.6.0",
"typescript": "^3.0.1",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^3.10.0"
},
"peerDependencies": {
"styled-components": "*"
},
"dependencies": {
"@storybook/addon-storyshots": "^3.4.10",
"@storybook/react": "^3.4.10",
"@types/lodash": "^4.14.134",
"@types/quill": "1.3",
"@types/react-dom": "^16.0.7",
"@types/react-helmet": "^5.0.7",
"@types/react-test-renderer": "^16.0.2",
"@types/storybook__addon-storyshots": "^3.4.3",
"@types/storybook__react": "^3.0.9",
"babel-preset-stage-3": "^6.24.1",
"bind-decorator": "^1.0.11",
"css-loader": "^0.28.11",
"lodash": "^4.17.19",
"merge": "^1.2.1",
"moment": "^2.22.1",
"prop-types": "^15.6.0",
"quill": "^1.3.6",
"quill-delta-to-html": "^0.10.5",
"react": "^16.3.2",
"react-big-calendar": "^0.19.1",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-table": "^6.8.2",
"react-test-renderer": "^16.4.2",
"style-loader": "^0.21.0",
"ts-loader": "^3.5.0",
"tslint-config-airbnb": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
}
}