forked from jonhue/plaain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.36 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
{
"name": "plaain",
"version": "0.1.0",
"private": true,
"homepage": "https://jonhue.github.io/plaain",
"engines": {
"node": "12.9.0"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^2.0.0",
"flexsearch": "^0.6.32",
"iso-639-1": "^2.1.1",
"msal": "^1.2.2",
"node-sass": "^4.13.1",
"plyr": "^3.5.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"request": "^2.88",
"request-promise": "^4.2.5",
"reselect": "^4.0.0",
"stylelint-scss": "^3.16.1",
"swiper": "^5.3.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "gh-pages -d build",
"stylelint": "./node_modules/.bin/stylelint 'src/**/*.scss'",
"eslint": "./node_modules/.bin/eslint 'src/**/*.js'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-plugin-react": "^7.19.0",
"gh-pages": "^2.2.0",
"stylelint": "^13.3.1",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0"
}
}