-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 755 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 755 Bytes
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
{
"name": "example-react-twitter-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node server.js",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"author": "Rento",
"license": "ISC",
"dependencies": {
"babel-plugin-module-resolver": "^2.7.1",
"dotenv": "^4.0.0",
"express": "^4.15.4",
"isomorphic-fetch": "^2.2.1",
"next": "^3.2.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"semantic-ui-react": "^0.72.0",
"twitter": "^1.7.1"
},
"devDependencies": {
"babel-plugin-transform-define": "^1.3.0",
"stylelint": "7.10.1",
"stylelint-config-standard": "16.0.0",
"stylelint-selector-bem-pattern": "^1.0.0"
}
}