-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.96 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.96 KB
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
{
"name": "academy",
"version": "0.0.1",
"scripts": {
"clean": "rimraf dist/",
"dll": "webpack --config webpack.dll.config.js",
"app": "webpack",
"build": "run-s clean dll app",
"prestart": "yarn build",
"start": "webpack-dev-server --hot"
},
"description": "Self-learning dynamic topic-agnostic platform",
"repository": "https://github.com/zen-js-code/academy.git",
"author": "Dmitry Nutels <dnutels@gmail.com>",
"license": "UNLICENSED",
"dependencies": {
"react": "next",
"react-dom": "next",
"react-hot-loader": "next",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2"
},
"devDependencies": {
"assets-webpack-plugin": "^3.5.1",
"autoprefixer": "^7.1.2",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-react-css-modules": "^3.1.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.4",
"del": "^3.0.0",
"eslint": "^4.3.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"front-matter": "^2.1.2",
"fs-extra": "^4.0.1",
"gulp": "gulpjs/gulp#4.0",
"highlight.js": "^9.12.0",
"html-webpack-plugin": "^2.29.0",
"marked": "^0.3.6",
"node-sass": "^4.5.3",
"npm-run-all": "^4.0.2",
"postcss-loader": "^2.0.6",
"postcss-nested": "^2.1.0",
"postcss-scss": "^1.0.2",
"require-dir": "^0.3.2",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"through2": "^2.0.3",
"util.promisify": "^1.0.0",
"vinyl": "^2.1.0",
"webpack": "^3.4.1",
"webpack-dev-server": "^2.6.1"
}
}