-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.66 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
{
"name": "LangThirst",
"version": "0.1.0",
"private": true,
"dependencies": {
"auth0-js": "^9.4.2",
"axios": "^0.18.0",
"body-parser": "^1.18.2",
"dotenv": "^5.0.1",
"enzyme-adapter-react-16": "^1.1.1",
"expresss": "0.0.0",
"foreman": "^2.0.0",
"marked": "^0.3.19",
"mongoose": "^5.0.12",
"nightwatch": "^0.9.20",
"nodemon": "^1.17.3",
"npm": "^5.8.0",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"socks": "^2.2.0",
"styled-components": "^3.2.5"
},
"scripts": {
"start": "react-scripts start",
"start-dev": "nf start -p 3000",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"nightwatch": "node_modules/.bin/nightwatch",
"e2e": "npm run launch-selenium",
"launch-selenium": "java -jar ./node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.9.1.jar",
"eject": "react-scripts eject"
},
"devDependencies": {
"css-loader": "^0.28.11",
"cypress": "^2.1.0",
"enzyme": "^3.3.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"jest-cli": "^20.0.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-test-renderer": "^16.3.1",
"selenium-server-standalone-jar": "^3.4.0",
"selenium-standalone": "^6.13.0",
"style-loader": "^0.20.3"
}
}