-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "safetag-next",
"description": "Next.js/React wrapper for Content as Code rendering of Safetag Guide",
"version": "0.0.1",
"scripts": {
"dev": "nodemon server.js",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@zeit/next-less": "^1.0.1",
"antd": "^3.5.4",
"babel-plugin-import": "^1.7.0",
"extract-loader": "^3.1.0",
"html-loader": "^0.5.5",
"immer": "^2.0.0",
"less": "3.0.4",
"less-vars-to-js": "1.3.0",
"next": "latest",
"ramda": "^0.26.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-expand-animated": "^1.0.0",
"react-lunr": "^0.5.0",
"react-markdown": "^4.0.4",
"react-markdown-renderer": "^1.4.0",
"react-redux": "^6.0.0",
"recompose": "^0.30.0",
"redux": "^4.0.1"
},
"license": "ISC",
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"file-loader": "^2.0.0",
"nodemon": "^1.18.10",
"prettier": "^1.15.3",
"react-svg-loader": "^2.1.0",
"redux-devtools-extension": "^2.13.8"
}
}