-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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
{
"name": "react-challenge",
"version": "0.1.0",
"main": "index.js",
"author": "maximsan",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -b master -d build",
"start": "webpack-dev-server --open --progress --colors --config ./webpack.config.js --mode development",
"build": "webpack --mode production",
"test": "echo \"No test specified\" && exit 0",
"test:watch": "npm run test -- --watch"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"bootstrap": "^4.3.1",
"css-loader": "^0.28.11",
"font-awesome": "^4.7.0",
"gh-pages": "^2.0.1",
"jquery": "^3.5.0",
"jsonfile": "^4.0.0",
"popper.js": "^1.12.9",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"style-loader": "^0.21.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"jsdom": "^8.1.0",
"mocha": "^5.2.0",
"react-hot-loader": "^4.6.5",
"webpack": "^4.29.4",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"repository": {
"type": "git",
"url": "https://github.com/maximsan/ReactChallengeUI.git"
},
"homepage": "https://maximsan.github.io/ReactChallengeUI"
}