-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 732 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 732 Bytes
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
{
"name": "react-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "0.18.0",
"carbon-components": "9.1.16",
"carbon-components-react": "5.52.3",
"carbon-icons": "6.3.2",
"core-js": "2.5.7",
"react": "16.4.1",
"react-dom": "16.4.1",
"react-scripts": "1.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"test:ci": "set CI=true &&react-scripts test --env=jsdom --coverage",
"eject": "react-scripts eject"
},
"devDependencies": {
"axios-mock-adapter": "1.15.0",
"enzyme": "3.6.0",
"enzyme-adapter-react-16": "1.5.0",
"react-test-renderer": "16.4.1"
}
}