-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 829 Bytes
/
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
{
"name": "atlassian-marketplace-dashboard",
"version": "0.1.0",
"private": true,
"homepage": "https://scottohara.github.io/atlassian-marketplace-dashboard/",
"devDependencies": {
"enzyme": "3.11.0",
"jest": "29.0.1",
"jest-enzyme": "7.1.2",
"react-addons-test-utils": "15.6.2",
"react-scripts": "5.0.1"
},
"dependencies": {
"prop-types": "15.8.1",
"react": "16.7.0",
"react-countup": "4.0.0",
"react-dom": "16.7.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && rm -rf ./docs/* && cp -R ./build/* ./docs/ && cp ./src/manifest.json ./docs/ && cp -R ./src/images ./docs/",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}