-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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
{
"name": "EMTAdmin",
"private": true,
"description": "Admin client for the Emotion Mapper Tool",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.10.6",
"bootstrap": "^4.3.1",
"d3-cloud": "^1.2.5",
"eslint-utils": "^1.4.3",
"formik": "^1.5.8",
"fs": "0.0.1-security",
"gatsby": "^2.18.11",
"gatsby-plugin-styled-components": "^3.1.13",
"jquery": "^3.4.1",
"lodash": "^4.17.12",
"mixin-deep": "^1.3.2",
"pdfkit": "^0.10.0",
"react": "^16.12.0",
"react-bootstrap": "^1.0.0-beta.15",
"react-dom": "^16.12.0",
"react-tag-cloud": "^1.3.2",
"react-to-print": "^2.5.0",
"sentiment": "^5.0.2",
"set-value": "^2.0.1",
"styled-components": "^4.4.1",
"underscore": "^1.9.1",
"upgrade": "^1.1.0",
"victory": "^32.3.7"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/EdgarBodiaj/EMT-Admin"
}
}