-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.08 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
{
"name": "54-days-nwb",
"version": "1.0.0",
"description": "Describe 54-days-nwb here",
"private": true,
"scripts": {
"build": "mkdir dist; nwb build-react-app",
"clean": "nwb clean-app",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"@kennethormandy/react-fittext": "^0.6.0",
"@rooks/use-localstorage": "^1.1.0",
"moment": "^2.24.0",
"moment-easter": "https://github.com/nzdenek/moment-easter.git#module-checks",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2",
"react-tabs": "^3.0.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.15.3",
"eslint-config-react-app": "^3.0.8",
"eslint-plugin-flowtype": "^2.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"nwb": "^0.25.2"
},
"author": "",
"license": "MIT",
"repository": ""
}