forked from IBM/ipm-marketplace-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.47 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "partner-portal",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "rm -rf package-lock.json node_modules ../server/public",
"start": "node ./bin/www",
"start-dev": "nodemon ./bin/www",
"pretest": "eslint .",
"test": "eslint .",
"client": "react-scripts start",
"build-client": "react-scripts build",
"test-client": "react-scripts test",
"eject-client": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@carbon/icons-react": "10.19.0",
"@testing-library/jest-dom": "5.11.4",
"@testing-library/react": "10.4.9",
"@testing-library/user-event": "12.1.3",
"axios": "0.20.0",
"carbon-components": "10.22.0",
"carbon-components-react": "7.22.0",
"cookie-parser": "1.4.1",
"cors": "2.8.1",
"debug": "4.1.1",
"dotenv": "8.2.0",
"eslint": "6.7.2",
"eslint-config-strongloop": "2.1.0",
"express": "4.17.1",
"http-errors": "1.7.2",
"jsonwebtoken": "8.5.0",
"morgan": "1.10.0",
"node-fetch": "2.6.1",
"react": "16.13.1",
"react-dom": "16.13.0",
"react-router-dom": "5.1.2",
"react-scripts": "3.4.0",
"stack-trace": "0.0.10",
"node-sass": "4.14.1",
"carbon-icons": "6.1.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}