-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.47 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": "intellij-live-templates",
"version": "1.0.1",
"description": "IntelliJ Live Templates",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"lint": "eslint src/ && prettier --check 'src/**/*.js'",
"fix": "eslint --fix src/ && prettier --write 'src/**/*.js'",
"start": "npm run develop",
"build": "gatsby build --prefix-paths",
"serve": "gatsby serve",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@material-ui/core": "4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/styles": "4.10.0",
"gatsby": "2.22.20",
"gatsby-plugin-google-analytics": "^2.3.8",
"gatsby-plugin-react-helmet": "3.3.3",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-stylus": "2.3.3",
"gatsby-remark-prismjs": "^3.5.6",
"gatsby-source-filesystem": "2.3.10",
"gatsby-transformer-remark": "2.8.14",
"gh-pages": "3.0.0",
"jss": "10.2.0",
"mdi-material-ui": "6.16.0",
"prism-themes": "^1.4.0",
"prismjs": "^1.20.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.0.0",
"react-jss": "10.2.0",
"react-swipeable-views": "0.13.9",
"react-swipeable-views-utils": "0.13.9",
"react-youtube": "^7.11.2"
},
"devDependencies": {
"babel-eslint": "10.1.0",
"eslint": "7.1.0",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4",
"prettier": "2.0.5"
}
}