-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.49 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
{
"scripts": {
"start": "node scripts/start",
"build": "node scripts/build",
"test": "node scripts/test",
"lol": "webpack-serve"
},
"dependencies": {
"@babel/core": "^7.0.1",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^8.6.2",
"ava": "^0.25.0",
"babel-loader": "^8.0.2",
"clean-webpack-plugin": "^0.1.19",
"connect-history-api-fallback": "^1.5.0",
"copy-webpack-plugin": "^4.5.1",
"critical": "^1.3.4",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-react": "^7.9.1",
"file-loader": "^1.1.11",
"gulp": "^4.0.0",
"html-webpack-plugin": "^3.2.0",
"i18n-webpack-plugin": "^1.0.0",
"ini": "^1.3.5",
"koa-connect": "^2.0.1",
"memory-fs": "^0.4.1",
"normalizr": "^3.2.4",
"ocean-app": "file:src/app",
"ocean-client": "file:src/client",
"ocean-utils": "file:src/utils",
"postcss": "^6.0.22",
"postcss-loader": "^2.1.5",
"purify-css": "^1.2.5",
"resolve-url-loader": "^2.3.0",
"responsive-loader": "^1.1.0",
"sanitize.css": "^5.0.0",
"sharp": "^0.20.3",
"source-map-loader": "^0.2.4",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.19.0",
"webpack-chunk-hash": "^0.6.0",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.2",
"webpack-node-externals": "^1.7.2",
"webpack-serve": "^2.0.2",
"webpack-subresource-integrity": "^1.0.4"
}
}