This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.77 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@atom-learning/documentation",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"format": "prettier '**/*.{js,ts,tsx}' --write",
"lint": "eslint '**/*.{js,ts,tsx}' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Atom-Learning/documentation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Atom-Learning/documentation/issues"
},
"homepage": "https://github.com/Atom-Learning/documentation#readme",
"dependencies": {
"@atom-learning/components": "1.14.1",
"@atom-learning/icons": "1.12.0",
"@atom-learning/theme": "1.0.1",
"@next/mdx": "^10.0.6",
"@stitches/react": "^1.2.5",
"capital-case": "^1.0.4",
"next": "^10.0.6",
"next-images": "^1.8.1",
"param-case": "^3.0.4",
"pascal-case": "^3.1.2",
"polished": "^4.2.2",
"prism-react-renderer": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-live": "^2.2.3",
"throttle-debounce": "^3.0.1"
},
"devDependencies": {
"@types/node": "^14.14.22",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"glob": "^7.1.6",
"gray-matter": "^4.0.2",
"next-mdx-remote": "^2.1.3",
"prettier": "^2.2.1",
"react-docgen-typescript": "^1.21.0",
"type-fest": "^0.20.2",
"typescript": "^4.1.3"
}
}