-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.16 KB
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": "next-test",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"axios": "^0.18.0",
"babel-plugin-styled-components": "^1.10.0",
"babel-plugin-transform-define": "^1.3.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"express": "^4.16.4",
"file-loader": "^2.0.0",
"google-maps-react": "^2.0.2",
"js-cookie": "^2.2.0",
"next": "^8.0.3",
"nprogress": "^0.2.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-minimal-pie-chart": "^3.5.0",
"react-tippy": "^1.2.3",
"react-tooltip": "^3.10.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-less": "^2.4.1",
"semantic-ui-react": "^0.83.0",
"styled-components": "^4.2.0",
"url-loader": "^1.1.2"
},
"scripts": {
"dev": "node start.js",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production node start.js",
"build-semantic": "cd semantic && gulp build-css build-assets",
"watch-semantic": "cd semantic && npm run build-semantic && gulp watch"
},
"devDependencies": {
"gulp": "^4.0.0",
"semantic-ui": "^2.4.2"
}
}