-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.04 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.04 KB
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
{
"name": "@ridi/policy",
"private": true,
"version": "1.0.0",
"author": "RIDI",
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"@ridi/tslint-config": "^0.1.0",
"@types/react": "^16.8.24",
"@types/react-helmet": "^5.0.8"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@ridi/colors": "^0.6.0",
"@ridi/rsg": "^2.0.18",
"@ridi/web-icons": "^0.6.0",
"core-js": "3",
"gatsby": "^2.24.4",
"gatsby-plugin-emotion": "^4.3.10",
"gatsby-plugin-force-trailing-slashes": "^1.0.4",
"gatsby-plugin-netlify": "^2.3.11",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-source-filesystem": "^2.3.20",
"gatsby-transformer-remark": "^2.8.26",
"react": "^16.8.6",
"react-helmet": "^5.2.1",
"react-markdown": "^4.1.0",
"react-router": "^5.0.1",
"regenerator-runtime": "^0.13.3"
}
}