-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.16 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
{
"name": "CS50-glossary",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start -p $PORT",
"deploy": "next build && next start -p $PORT"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/polyfill": "^7.6.0",
"@zeit/next-less": "^1.0.1",
"antd": "^3.23.4",
"babel-plugin-import": "^1.7.0",
"dotenv-webpack": "^1.7.0",
"es6-promise": "^4.2.8",
"isomorphic-fetch": "^2.2.1",
"less": "3.0.4",
"less-vars-to-js": "1.3.0",
"lodash": "^4.17.15",
"mobx": "^5.13.0",
"mobx-react": "^6.1.3",
"moment": "^2.24.0",
"next": "latest",
"next-mobx-wrapper": "^0.4.0",
"nprogress": "^0.2.0",
"null-loader": "2.0.0",
"react": "^16.7.0",
"react-dom": "^16.7.0"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@zeit/next-less": "^1.0.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5"
}
}