-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
42
43
44
45
{
"name": "testing-things",
"version": "1.0.0",
"private": true,
"description": "Testing some things that I have in mind",
"main": "index.js",
"dependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-redux": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"babel-polyfill": "^6.26.0",
"bulma": "^0.7.4",
"css-loader": "^2.1.1",
"node-sass": "^4.11.0",
"react-hot-loader": "^4.3.11",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-saga": "^1.0.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"scripts": {
"start": "webpack-dev-server --config ./webpack.config.js --mode development",
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pablovila/testing-things.git"
},
"author": "Pablo Vila <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pablovila/testing-things/issues"
},
"homepage": "https://github.com/pablovila/testing-things#readme"
}