-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.11 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
{
"name": "soca-design",
"description": "Design idea for Scale Out Computing on AWS using Polaris React components.",
"private": true,
"author": "Celeste Maldonado",
"version": "0.0.1",
"repository": "https://github.com/cmaldon/soca-design.git",
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production"
},
"dependencies": {
"@awsui/collection-hooks": "^1.0.19",
"@awsui/components-react": "^3.0.240",
"@awsui/design-tokens": "^3.0.13",
"@awsui/global-styles": "^1.0.9",
"@awsui/test-utils-core": "^1.0.13",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.2.0",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"babel-brunch": "~6.0",
"babel-eslint": "^10.0.1",
"babel-preset-latest": "^6",
"babel-preset-react": "~6.22",
"brunch": "^2",
"clean-css-brunch": "^2",
"eslint": "^5.10.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.11.1",
"prettier": "1.15.3",
"uglify-js-brunch": "^2"
}
}