-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 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
{
"name": "mosica-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"fetch-jsonp": "^1.1.3",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-polyfills": "^0.0.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"chromatic": "chromatic test --storybook-addon --app-code 42ocjz8of7t"
},
"devDependencies": {
"@storybook/addon-actions": "^3.2.17",
"@storybook/addon-links": "^3.2.17",
"@storybook/react": "^3.2.17",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"enzyme-to-json": "^3.2.2",
"mosica-core": "file:../mosica-core",
"react-chromatic": "^0.7.2",
"react-test-renderer": "^16.1.1"
}
}