-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.15 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "vmoh-site-project",
"version": "1.0.0",
"description": "Personal site for Vahid Mohammadi",
"main": "webpack.config.js",
"dependencies": {
"animejs": "^2.0.2",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.4",
"jquery": "^3.2.1",
"perfect-scrollbar": "^0.7.1",
"react": "^15.6.1",
"react-addons-update": "^15.6.0",
"react-bootstrap": "^0.31.2",
"react-dom": "^15.6.1",
"style-loader": "^0.18.2"
},
"scripts": {
"dev": "NODE_ENV=develop webpack",
"build": "NODE_ENV=production webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky install",
"prettier:check": "prettier --config .prettierrc.json --check \"src/**/*.{ts,js,jsx,tsx,scss,json,html}\"",
"prettier:write": "prettier --config .prettierrc.json --write \"src/**/*.{ts,js,jsx,tsx,scss,json,html}\"",
"netlify-deploy": "netlify deploy --site=$SITE --auth=$AUTH --dir=$DIST"
},
"author": "Vahid",
"license": "ISC",
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@commitlint/prompt": "^13.1.0",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.2.2",
"@tapsellorg/stylelint-config": "^1.0.3",
"@webpack-cli/serve": "^1.5.2",
"autoprefixer": "^7.1.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.6",
"prettier": "^2.3.2",
"sass-loader": "^6.0.6",
"semantic-release": "^17.4.5",
"stylelint": "^13.13.1",
"webpack": "^4.20.2",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.0.0"
},
"private": true
}