-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·41 lines (41 loc) · 1.17 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
{
"name": "nextjs-bootstrap-starter",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:koobitor/nextjs-bootstrap-starter.git",
"author": "Sakol Assawasagool <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"prestart": "npm run export",
"start": "next start"
},
"dependencies": {
"antd": "^3.13.6",
"autoprefixer": "^9.4.9",
"babel-plugin-import": "^1.11.0",
"babel-plugin-module-resolver": "^3.2.0",
"babel-plugin-transform-assets-import-to-string": "^1.2.0",
"babel-plugin-wrap-in-js": "^1.1.1",
"font-awesome": "^4.7.0",
"glob": "^7.1.3",
"next": "^8.0.3",
"node-sass": "^4.11.0",
"postcss-easy-import": "^3.0.0",
"postcss-loader": "^3.0.0",
"raw-loader": "^1.0.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"sass-loader": "^7.1.0",
"superagent": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.0",
"babel-core": "^7.0.0-beta.41",
"babel-plugin-transform-decorators-legacy": "^1.3.5"
}
}