-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "personal-site",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"lint": "eslint js/**/*.js webpack.config.js",
"build": "webpack",
"dev": "webpack-dev-server",
"watch": "npm run build -- --watch",
"test": "NODE_ENV=test jest",
"update-test": "npm run test -- -u",
"cover": "npm run rest -- --coverage"
},
"dependencies": {
"axios": "0.15.2",
"bootstrap": "^3.3.7",
"express": "4.14.0",
"font-awesome": "^4.7.0",
"history": "^4.4.0",
"lodash": "4.16.2",
"preact": "^6.4.0",
"preact-compat": "^3.9.3",
"react": "15.3.2",
"react-bootstrap": "^0.30.8",
"react-dom": "15.3.2",
"react-redux": "4.4.0",
"react-router": "4.0.0-alpha.5",
"redux": "3.3.1",
"redux-thunk": "^2.1.0",
"smoothscroll-polyfill": "^0.3.4"
},
"devDependencies": {
"babel-core": "6.16.0",
"babel-jest": "16.0.0",
"babel-loader": "6.2.7",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "6.18.0",
"babel-preset-es2017": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-register": "6.16.0",
"css-loader": "0.25.0",
"enzyme": "2.0.0",
"enzyme-to-json": "^1.3.0",
"eslint": "3.6.1",
"eslint-config-standard": "6.1.0",
"eslint-config-standard-jsx": "3.1.0",
"eslint-config-standard-react": "4.1.0",
"eslint-loader": "1.3.0",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-react": "6.3.0",
"eslint-plugin-standard": "2.0.0",
"extract-text-webpack-plugin": "^2.1.0",
"jest": "15.1.1",
"jsdom": "9.5.0",
"json-loader": "0.5.4",
"less": "^2.7.2",
"less-loader": "^4.0.2",
"react-addons-test-utils": "15.3.2",
"react-test-renderer": "15.3.2",
"style-loader": "0.13.1",
"webpack": "2.1.0-beta.25",
"webpack-dev-server": "1.16.2"
},
"author": "Tim Ramsier",
"license": "ISC"
}