-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"name": "eureka-ui",
"version": "0.0.22",
"description": "",
"main": "./output/bundle.min.js",
"scripts": {
"start": "start-storybook -p 6006",
"build": "webpack --config ./config/webpack/webpack.config.js",
"build-storybook": "build-storybook -o docs",
"test": "jest",
"test:watch": "jest --watch"
},
"author": "Parth Prajapati",
"license": "ISC",
"dependencies": {
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"styled-components": "^3.2.5"
},
"devDependencies": {
"@storybook/addon-actions": "^3.4.8",
"@storybook/addon-links": "^3.4.8",
"@storybook/addons": "^3.4.8",
"@storybook/react": "^3.4.8",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"file-loader": "^1.1.11",
"jest": "^23.4.2",
"style-loader": "^0.20.3",
"webpack": "^3.10.0"
}
}