-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 854 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 854 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
29
30
31
32
33
34
{
"name": "amplify-js-app",
"version": "1.0.0",
"description": "TagVenture",
"license": "MIT",
"private": true,
"dependencies": {
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"aws-amplify": "^1.1.28",
"css-loader": "^2.1.1",
"glamor": "^2.20.40",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-star-ratings": "^2.3.0"
"sha.js": "^2.4.11",
"style-loader": "^0.23.1"
},
"devDependencies": {
"@babel/core": "^7.4.4",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"copy-webpack-plugin": "^4.5.2",
"file-loader": "^3.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"scripts": {
"start": "webpack && webpack-dev-server --mode development",
"build": "webpack"
}
}