-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.11 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
{
"name": "waapi-fun",
"version": "0.0.0",
"description": "Web Animations API Editor Experiment",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "webpack --progress --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/waapi/fun.git"
},
"keywords": [
"waapi",
"web animations",
"animations",
"editor",
"sandbox",
"tool"
],
"license": "MIT",
"dependencies": {
"classnames": "^2.1.2",
"localforage": "^1.4.2",
"react": "^15.0.1",
"react-codemirror": "^0.2.6",
"react-dom": "^15.0.1",
"react-hot-loader": "^3.0.0-beta.1",
"react-notification-center": "^1.2.1"
},
"devDependencies": {
"babel-cli": "^6.3.17",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-preset-es2015-loose": "^6.1.3",
"babel-preset-react": "6.3.13",
"babel-preset-stage-0": "^6.3.13",
"file-loader": "^0.8.5",
"node-libs-browser": "^0.5.2",
"raw-loader": "^0.5.1",
"style-loader": "^0.12.3",
"url-loader": "^0.5.7",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
}
}