-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.08 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
{
"name": "afterjs-boilerplate",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "cross-env NODE_ENV=production node build/server.js",
"atomic": "atomic-scripts"
},
"atomic-scripts": {
"componentsDir": "src/components/atomic/"
},
"dependencies": {
"@jaredpalmer/after": "latest",
"express": "^4.16.2",
"razzle": "0.8.12",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-helmet": "^5.2.0",
"react-router-dom": "^4.2.2",
"styled-components": "^3.2.3"
},
"devDependencies": {
"atomic-scripts": "^2.1.2",
"babel-eslint": "^8.2.2",
"cross-env": "^5.1.4",
"eslint": "^4.19.1",
"eslint-config-fbjs": "^2.0.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-flowtype": "^2.46.1",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-relay": "^0.0.21",
"flow-bin": "^0.68.0",
"jest-styled-components": "^5.0.0",
"react-test-renderer": "^16.2.0"
}
}