-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 942 Bytes
/
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
{
"name": "container-app-chegg",
"version": "0.1.0",
"private": true,
"main": "renderer.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start"
},
"dependencies": {
"@iarna/toml": "^2.2.3",
"@zeit/next-sass": "^1.0.1",
"aos": "^2.3.4",
"classnames": "^2.2.6",
"dotenv": "^5.0.1",
"fs-extra": "^8.1.0",
"gray-matter": "^4.0.2",
"js-cookie": "^2.2.1",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"marked": "^0.7.0",
"moment-strftime": "^0.5.0",
"next": "9.0.5",
"node-sass": "^4.12.0",
"react": "16.9.0",
"react-dom": "16.9.0",
"react-html-parser": "^2.0.2",
"react-script-tag": "^1.1.2",
"reframe.js": "^2.2.6",
"sass-loader": "^8.0.0",
"webpack": "latest"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"express": "^4.17.1"
}
}