-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 995 Bytes
/
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
{
"name": "kasiriveni.github.io",
"version": "0.0.1",
"description": "personal project ",
"main": "./src/js/index.js",
"repository": "https://github.com/kasiriveni/kasiriveni.github.io.git",
"author": "Srinivas Kasiriveni <kasiriveni@gmail.com>",
"license": "MIT",
"scripts": {
"start": "webpack --mode development",
"prod": "webpack -w --mode production",
"watch": "webpack-serve",
"test":" jest --watch"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"regenerator-runtime": "^0.11.1",
"style-loader": "^0.20.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"webpack-serve": "^0.3.1"
}
}