-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.05 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
{
"name": "trello-clone",
"version": "0.1.0",
"private": true,
"dependencies": {
"ajv": "^6.2.1",
"b": "^2.0.1",
"babel": "^6.23.0",
"gh-pages": "^1.1.0",
"moment": "^2.21.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-scripts": "1.1.1",
"redux": "^3.7.2"
},
"scripts": {
"clean": "sudo rm -R node_modules && npm install",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "esw webpack.config.* src tools --color",
"lint:watch": "npm run lint -- --watch",
"predeploy": "npm run build",
"deploy": "gh-pages -b gh-pages -d build"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"eslint": "^4.18.2",
"eslint-plugin-react": "^7.7.0",
"eslint-watch": "^3.1.3"
},
"homepage": "https://chingu-voyage4.github.io/Geckos-Team-13/"
}