-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
66 lines (66 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
{
"name": "scratchjr-website",
"version": "1.0.0",
"description": "scratchjr-website =================",
"scripts": {
"start": "make start",
"stop": "make stop",
"test": "make test",
"watch": "make watch",
"build": "make build",
"dev": "make watch && make start &"
},
"repository": {
"type": "git",
"url": "https://github.com/scratchfoundation/scratchjr-website.git"
},
"author": "Massachusetts Institute of Technology",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/scratchfoundation/scratchjr-website/issues"
},
"homepage": "https://github.com/scratchfoundation/scratchjr-website",
"devDependencies": {
"async": "1.5.2",
"autoprefixer": "7.1.3",
"babel-core": "6.26.0",
"babel-eslint": "8.0.1",
"babel-loader": "7.1.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"classnames": "2.2.5",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.28.6",
"eslint": "4.19.0",
"eslint-config-scratch": "5.1.0",
"eslint-plugin-json": "1.2.0",
"eslint-plugin-react": "7.5.1",
"express": "4.17.1",
"fastly": "2.2.0",
"file-loader": "1.0.0",
"html-loader": "0.5.1",
"html-webpack-plugin": "2.30.1",
"json-loader": "0.5.7",
"lodash.debounce": "4.0.8",
"lodash.defaults": "4.2.0",
"node-sass": "7.0.1",
"postcss-loader": "2.0.6",
"postcss-simple-vars": "4.0.0",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-router-dom": "4.2.2",
"react-router-prop-types": "1.0.0",
"react-slick": "0.23.1",
"react-twitter-widgets": "1.7.1",
"rrc": "0.10.1",
"sass-lint": "1.11.1",
"sass-loader": "6.0.6",
"slick-carousel": "^1.8.1",
"style-loader": "0.19.0",
"url-loader": "0.6.2",
"webpack": "3.5.5",
"webpack-dev-middleware": "1.12.0",
"webpack-dev-server": "2.7.1"
}
}