-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.28 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
{
"name": "yournextjourney_front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^4.6.2",
"@ant-design/pro-form": "^1.31.2",
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/next": "^9.0.0",
"@zeit/next-typescript": "^1.1.1",
"animate.css": "^4.1.1",
"antd": "^4.16.7",
"axios": "^0.21.1",
"babel-plugin-import": "^1.13.3",
"bootstrap": "^5.0.0-beta3",
"classnames": "^2.2.6",
"less": "^4.1.1",
"next": "11.0.1",
"next-plugin-antd-less": "^1.3.0",
"rc-steps": "^4.1.3",
"react": "17.0.2",
"react-countdown-circle-timer": "^2.5.3",
"react-dom": "17.0.2",
"react-typist": "^2.0.5",
"recoil": "^0.4.1",
"sass": "^1.35.2"
},
"devDependencies": {
"@types/react": "^17.0.14",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"typescript": "4.3.5"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 120
}
}