-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.25 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
{
"name": "atlaskit-starter",
"version": "1.0.0",
"description": "Get your ADG3 on with this sample project using Atlaskit React components",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"surge": "bash surge_login.sh && surge --project ./build/ --domain atlaskit-starter.surge.sh"
},
"keywords": [],
"author": "Atlassian",
"license": "ISC",
"dependencies": {
"@atlaskit/avatar": "^14.0.9",
"@atlaskit/button": "^9.0.7",
"@atlaskit/css-reset": "^3.0.1",
"@atlaskit/drawer": "^5.2.0",
"@atlaskit/dropdown-menu": "^6.1.10",
"@atlaskit/flag": "^9.0.7",
"@atlaskit/global-navigation": "^8.0.5",
"@atlaskit/icon": "^13.4.0",
"@atlaskit/inline-edit": "^7.0.7",
"@atlaskit/logo": "^12.3.0",
"@atlaskit/modal-dialog": "^6.0.10",
"@atlaskit/navigation-next": "^7.3.2",
"@atlaskit/page": "^8.0.4",
"@atlaskit/theme": "^6.0.1",
"prop-types": "^15.6.0",
"react": "^16.4.2",
"react-dom": "^16.2.4",
"react-router": "^3.2.0",
"react-router-dom": "^4.2.2",
"styled-components": "^3.2.6"
},
"devDependencies": {
"react-scripts": "^1.1.1",
"surge": "^0.20.1"
}
}