-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1022 Bytes
/
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": "rex-2-the-rescue",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.0.0",
"dotenv": "^6.0.0",
"enzyme": "^3.4.0",
"enzyme-adapter-react-16": "^1.2.0",
"eslint": "^4.18.0",
"eslint-plugin-react": "^7.6.1",
"jest": "^22.0.0",
"jest-enzyme": "^6.0.3",
"knex": "^0.15.2",
"react": "^16.4.2",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.4.2",
"react-render-image": "^1.1.2",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-test-renderer": "^16.4.2",
"reactstrap": "^6.4.0",
"semantic-ui-react": "^0.82.1",
"webpack": "^3.11.0",
"webpack-cli": "^3.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"standard test": "standard && node my-tests.js",
"eject": "react-scripts eject",
"homepage": "http://ntmbayfield.github.io/Q3-frontend"
},
"devDependencies": {
"standard": "*"
}
}