-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
48
{
"name": "portfolio",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"start": "webpack-dev-server src/index.js --mode development",
"build": "webpack --mode production"
},
"repository": "https://github.com/bharaninb/portfolio.git",
"author": "Bharani <bharanidharan.nb@gmail.com>",
"license": "MIT",
"private": false,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.4",
"@fortawesome/free-brands-svg-icons": "^5.3.1",
"@fortawesome/free-solid-svg-icons": "^5.3.1",
"@fortawesome/react-fontawesome": "^0.1.3",
"css-loader": "^1.0.0",
"imagesloaded": "^4.1.4",
"isotope-layout": "^3.0.6",
"jquery": "^3.3.1",
"magnific-popup": "^1.1.0",
"prop-types": "^15.6.2",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-typist": "^2.0.4",
"style-loader": "^0.23.0",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.3",
"babel-loader": "8.0.0-beta.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"husky": "^0.14.3",
"jest": "^22.4.3",
"lint-staged": "^7.0.4",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
}
}