-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.18 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.18 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
77
78
79
{
"name": "notes-app",
"version": "0.1.0",
"private": true,
"homepage": "https://fouronesixnine.github.io/notes-app/",
"dependencies": {
"bootstrap": "^4.3.1",
"classnames": "^2.2.6",
"crypto-js": "^3.1.9-1",
"firebase": "^6.1.0",
"immutable": "^3.8.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.8.6",
"react-icons-kit": "^1.3.1",
"react-redux": "^7.1.0",
"react-scripts": "3.0.1",
"redux": "^4.0.4",
"redux-saga": "^1.1.3",
"redux-saga-firebase": "^0.15.0",
"slate": "^0.47.3",
"slate-react": "^0.22.3",
"typescript": "^3.7.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "jest",
"test:coverage": "yarn test --coverage",
"test:watch": "yarn test -- --watch",
"eject": "react-scripts eject",
"predeploy": "yarn build ",
"deploy": "gh-pages -d build"
},
"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": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.7.2",
"@types/classnames": "^2.2.9",
"@types/crypto-js": "^3.1.43",
"@types/enzyme": "^3.10.3",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.22",
"@types/lodash": "^4.14.146",
"@types/node": "^12.12.7",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-redux": "^7.1.5",
"@types/redux-logger": "^3.0.7",
"@types/slate-react": "^0.22.6",
"@types/uuid": "^3.4.6",
"babel-jest": "^24.8.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-react": "^7.14.3",
"gh-pages": "^2.0.1",
"jest-transform-css": "^2.0.0",
"redux-logger": "^3.0.6"
}
}