-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
49 lines (49 loc) · 1.5 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
49
{
"name": "simple-trello",
"version": "1.0.0",
"author": "Hai Nguyen",
"dependencies": {
"babel-plugin-styled-components": "^1.5.1",
"firebase": "^5.2.0",
"gatsby": "next",
"gatsby-plugin-no-sourcemaps": "next",
"gatsby-plugin-react-helmet": "next",
"gatsby-plugin-styled-components": "next",
"gatsby-source-filesystem": "^1.5.39",
"gatsby-transformer-remark": "^1.7.44",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-beautiful-dnd": "^8.0.3",
"react-dom": "^16.4.2",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.3.1",
"sanitize.css": "^6.0.0",
"styled-components": "^3.3.3",
"styled-tools": "^0.6.0"
},
"license": "MIT",
"scripts": {
"prebuild": "yarn icons && rm -rf public",
"build": "gatsby build",
"start": "gatsby develop",
"icons": "svgr --icon --replace-attr-values \"#959DA1=currentColor\" -d src/components/atoms/icon/icons src/assets",
"preicons": "rm -rf src/components/atoms/icon/icons"
},
"repository": {
"type": "git",
"url": "https://github.com/ng-hai/simple-trello"
},
"devDependencies": {
"@svgr/cli": "^2.1.0",
"babel-eslint": "^8.2.5",
"eslint": "^5.0.1",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0"
}
}