-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.13 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
{
"name": "date_book-react_example",
"version": "0.1.0",
"license": "MIT",
"private": true,
"dependencies": {
"babel-plugin-relay": "^1.4.1",
"dayz": "^0.8.0",
"gulp-autoprefixer": "^4.0.0",
"moment": "^2.19.3",
"moment-range": "^3.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-relay": "^1.4.1",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.17",
"relay-compiler": "^1.4.1",
"semantic-ui-react": "^0.77.0",
"source-map-explorer": "^1.5.0"
},
"scripts": {
"build": "node ./setup && react-scripts build",
"test": "node ./setup && react-scripts test --env=jsdom",
"//": "Putting 1 & intentionally after watch so the server starts",
"start": "node ./setup && yarn run relay -- --watch & gulp watch & PORT=8080 react-scripts start",
"eject": "react-scripts eject",
"analyze": "source-map-explorer build/static/js/main.*",
"relay": "curl http://localhost:3000/date_book_schema.graphql -o ./src/schema.graphql && relay-compiler --src ./src --schema ./src/schema.graphql"
},
"devDependencies": {
"gulp": "^3.9.1",
"semantic-ui": "^2.2.13"
}
}