-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
51
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "node server.js",
"build": "next build src",
"start": "NODE_ENV=production node server.js"
},
"author": "subicura",
"license": "MIT",
"dependencies": {
"@zeit/next-css": "^0.2.0",
"@zeit/next-sass": "^0.2.0",
"@zeit/next-typescript": "1.0.0",
"axios": "^0.18.0",
"bootstrap": "^4.0.0",
"js-cookie": "^2.2.0",
"next": "^6.0.3",
"next-redux-wrapper": "^1.3.5",
"node-sass": "^4.7.2",
"perfect-scrollbar": "^1.3.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"reactstrap": "5.0.0-alpha.4",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"redux-form": "^7.3.0",
"redux-thunk": "^2.2.0",
"typescript": "^2.7.2",
"url-loader": "^1.0.1"
},
"devDependencies": {
"@types/js-cookie": "^2.1.0",
"@types/next": "^2.4.11",
"@types/next-redux-wrapper": "^1.4.1",
"@types/node": "^9.4.7",
"@types/perfect-scrollbar": "^1.3.0",
"@types/react": "^16.3.2",
"@types/react-dom": "^16.0.5",
"@types/react-redux": "^5.0.15",
"@types/reactstrap": "^5.0.20",
"@types/redux": "^3.6.0",
"@types/redux-form": "^7.2.6",
"tslint": "^5.9.1",
"tslint-config-airbnb": "^5.8.0",
"tslint-loader": "^3.6.0",
"tslint-react": "^3.5.1"
}
}