-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 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
{
"name": "netlify-cms",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/jae3choi/netlify-cms.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/jae3choi/netlify-cms#readme",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/react-fontawesome": "^0.1.7",
"@zeit/next-css": "^1.0.1",
"eslint-config-airbnb": "^18.0.1",
"next": "^9.1.4",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"showdown": "^1.9.1"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"css-loader": "^3.2.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^1.7.0",
"frontmatter-markdown-loader": "^3.1.0",
"jquery": "^3.4.1",
"node": "^13.3.0",
"style-loader": "^1.0.0"
}
}