-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 891 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 891 Bytes
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
{
"name": "@atlas-viewer/website",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"deploy": "next build && next export"
},
"dependencies": {
"@fesk/bem-js": "^1.0.1",
"highlight.js": "^9.15.9",
"next-images": "^1.1.2",
"react-fast-highlight": "^2.2.2"
},
"devDependencies": {
"@fesk/eslint-config-standard": "^1.2.1",
"@types/jest": "^23.3.12",
"@types/node": "^12.7.1",
"@types/react": "^16.9.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"@zeit/next-sass": "^1.0.1",
"jest": "^23.6.0",
"next": "^9.0.3",
"node-sass": "^4.12.0",
"prettier": "^1.15.3",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"typescript": "^3.5.3"
}
}