-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.14 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": "gds-survey",
"version": "0.0.1",
"private": true,
"description": "Global Drugs survey",
"author": "14h",
"scripts": {
"start": "parcel src/index.html --port 1419",
"build": "parcel build src/index.html",
"build:development": "echo noop",
"build:production": "NODE_ENV=production parcel build src/index.html --public-url ./ --no-source-maps",
"build:stage": "NODE_ENV=stage parcel build src/index.html --public-url ./ --no-source-maps"
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"graphql": "^15.5.1",
"graphql-request": "^3.4.0",
"moment": "^2.18.1",
"parcel-bundler": "1.12.3",
"react": ">=16.0.0",
"react-ace": "8.0.0",
"react-dates": "^21.8.0",
"react-dom": ">=16.0.0",
"react-router-dom": "5.1.2",
"react-with-direction": "^1.3.1",
"ts-essentials": "4.0.0",
"typescript": "3.7.5",
"use-device-options": "^1.0.1"
},
"devDependencies": {
"@types/node": "13.1.7",
"@types/react": "16.9.17",
"@types/react-dates": "17.1.10",
"@types/react-dom": "16.9.4",
"@types/react-redux": "7.1.6",
"@types/react-router-dom": "5.1.3"
}
}