This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
{
"name": "live8",
"version": "2.0.0",
"description": "theme for live8",
"main": "src/index.js",
"scripts": {
"up": "npm upgrade && npm prune && npm dedupe",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.36",
"@fortawesome/free-brands-svg-icons": "5.15.4",
"@fortawesome/free-solid-svg-icons": "5.15.4",
"@fortawesome/react-fontawesome": "0.1.16",
"flamework": "4.2.1",
"pace-js-amd-fix": "1.0.5",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-modal": "3.14.3",
"react-router": "5.2.1",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"react-slick": "0.28.1",
"react-swipeable": "5.5.1"
},
"devDependencies": {
"eslint": "8.0.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.26.1",
"node-sass": "6.0.1"
},
"optionalDependencies": {
"stylelint": "13.13.1",
"stylelint-config-recommended-scss": "4.3.0",
"stylelint-scss": "3.21.0"
},
"private": true,
"browserslist": [
">0.3%",
"unreleased versions",
"last 2 versions",
"not Chrome <= 60",
"not dead",
"not ie <= 11",
"not op_mini all",
"not kaios <= 99",
"not Baidu <= 99"
],
"repository": "https://github.com/itsmelion/live8.git",
"author": "Christhopher Lion <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsmelion/live8/issues"
},
"homepage": "https://live8.alia.ml"
}