forked from syxanash/syxanash.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.89 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.89 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "simone_computer",
"version": "0.1.0",
"private": true,
"homepage": "https://simone.computer",
"dependencies": {
"animate.css": "^3.7.2",
"eslint-utils": "1.4.1",
"howler": "^2.2.1",
"husky": "^3.0.2",
"immer": "9.0.6",
"ini": "^1.3.6",
"is-svg": "^4.2.2",
"jquery": "^3.4.1",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"node-forge": "^1.3.0",
"node-notifier": "^8.0.1",
"react": "^16.8.6",
"react-dev-utils": "^11.0.4",
"react-dom": "^16.8.6",
"react-draggable": "^3.3.0",
"react-fast-marquee": "^1.3.1",
"react-helmet": "^5.2.1",
"react-markdown": "8.0.4",
"react-player": "^2.9.0",
"react-router-dom": "^5.0.1",
"react-scripts": "3.0.1",
"react-tilt": "^0.1.4",
"react-typist": "^2.0.5",
"react95": "^2.0.0",
"rehype-raw": "^6.1.1",
"sockjs": "^0.3.20",
"ssri": "^8.0.1",
"styled-components": "^4.3.2",
"y18n": "^4.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build -b master"
},
"husky": {
"hooks": {
"post-commit": "./deployment/updated_last.sh && git add src/resources/last-updated.json"
}
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-core": "^6.26.3",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0",
"gh-pages": "2.0.1"
}
}